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'
10
10
11
11
export const VectorSearchPage = ( ) => {
12
12
const { data, loading } = useRedisearchListData ( )
13
- const hasIndexes = false // data?.length > 0
13
+ const hasIndexes = data ?. length > 0
14
14
15
15
usePageViewTelemetry ( {
16
16
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
3
3
import { BoxSelectionOption } from 'uiSrc/components/new-index/selection-box/SelectionBox'
4
4
import {
5
5
BikeIcon ,
6
- DatabaseIcon ,
7
6
PopcornIcon ,
8
- UniversityIcon ,
9
7
VectorSearchIcon ,
10
8
WandIcon ,
11
9
} from 'uiSrc/components/base/icons'
You can’t perform that action at this time.
0 commit comments