File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
redisinsight/ui/src/pages/vector-search Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { useRedisearchListData } from './useRedisearchListData'
1010
1111export const VectorSearchPage = ( ) => {
1212 const { data, loading } = useRedisearchListData ( )
13- const hasIndexes = false // data?.length > 0
13+ const hasIndexes = data ?. length > 0
1414
1515 usePageViewTelemetry ( {
1616 page : TelemetryPageView . VECTOR_SEARCH_PAGE ,
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ import { VectorSearchBox } from 'uiSrc/components/new-index/create-index-step/fi
33import { BoxSelectionOption } from 'uiSrc/components/new-index/selection-box/SelectionBox'
44import {
55 BikeIcon ,
6- DatabaseIcon ,
76 PopcornIcon ,
8- UniversityIcon ,
97 VectorSearchIcon ,
108 WandIcon ,
119} from 'uiSrc/components/base/icons'
You can’t perform that action at this time.
0 commit comments