Skip to content

Commit 3fa1b4e

Browse files
committed
temp [ci skip]
1 parent 5383a2e commit 3fa1b4e

3 files changed

Lines changed: 3 additions & 138 deletions

File tree

vscode/react/src/components/graph/ModelLineage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
getUpdatedEdges,
3333
createGraphLayout,
3434
} from './help'
35-
import ModelLineageSearch from './ModelLineageSearch'
3635
import { Popover } from '@headlessui/react'
3736
import ModelLineageDetails from './ModelLineageDetails'
3837
import { 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,

vscode/react/src/components/graph/ModelLineageSearch.tsx

Lines changed: 0 additions & 134 deletions
This file was deleted.

vscode/react/src/components/sourceList/SourceListItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { isNotNil } from '@utils/index'
1+
import { isNotNil } from '@/utils/index'
22
import clsx from 'clsx'
33
import { NavLink } from 'react-router-dom'
4-
import { EnumVariant, type Variant } from '~/types/enum'
4+
import { EnumVariant, type Variant } from '@/style/variants'
55

66
export default function SourceListItem({
77
name,

0 commit comments

Comments
 (0)