Skip to content

Commit a893a9e

Browse files
committed
Hide Embedding until it is ready
1 parent 243a52b commit a893a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoosense-gui/src/components/layout/TableNavbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import FolderBrowserTabContent from '@/components/folder-browser/FolderBrowserTa
1515
import TableStatusBar from './TableStatusBar'
1616
import FileInfoDialog from '@/components/common/fileInfo/FileInfoDialog'
1717

18-
const mainTabs = ['Summarize', 'Table', 'Gallery', 'Plot', 'Embedding', 'Query'] // Hide 'HandPick' for now
18+
const mainTabs = ['Summarize', 'Table', 'Gallery', 'Plot', 'Query'] // Hide 'Embedding', 'HandPick' for now
1919

2020

2121
export default function TableNavbar() {

0 commit comments

Comments
 (0)