Skip to content

Commit 739bae9

Browse files
committed
#RI-6234 - fix error showing when no indexes
1 parent 47f17f7 commit 739bae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/workbench/components/query/QueryWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const QueryWrapper = (props: Props) => {
5151
if (!connectedIndstanceId) return
5252

5353
// fetch indexes
54-
dispatch(fetchRedisearchListAction())
54+
dispatch(fetchRedisearchListAction(undefined, undefined, false))
5555
}, [connectedIndstanceId])
5656

5757
const Placeholder = (

0 commit comments

Comments
 (0)