File tree Expand file tree Collapse file tree
vscode/react/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import {
3232 getUpdatedEdges ,
3333 createGraphLayout ,
3434} from './help'
35- import ModelLineageSearch from './ModelLineageSearch'
3635import { Popover } from '@headlessui/react'
3736import ModelLineageDetails from './ModelLineageDetails'
3837import { Divider } from '@/components/divider/Divider'
@@ -479,7 +478,7 @@ function GraphControls({ nodes = [] }: { nodes: Node[] }): JSX.Element {
479478 </ div >
480479 </ div >
481480 < div className = "flex w-full justify-end items-center" >
482- < ModelLineageSearch handleSelect = { handleSelect } />
481+ { /* <ModelLineageSearch handleSelect={handleSelect} /> */ }
483482 < ListboxShow
484483 options = { {
485484 Background : setHasBackground ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import { isNotNil } from '@utils/index'
1+ import { isNotNil } from '@/ utils/index'
22import clsx from 'clsx'
33import { NavLink } from 'react-router-dom'
4- import { EnumVariant , type Variant } from '~/types/enum '
4+ import { EnumVariant , type Variant } from '@/style/variants '
55
66export default function SourceListItem ( {
77 name,
You can’t perform that action at this time.
0 commit comments