Skip to content

Commit dfee34b

Browse files
authored
Merge pull request #3995 from RedisInsight/fe/bugfix/RI-6234-indexes-error
#RI-6234 - fix error showing when no indexes
2 parents 47f17f7 + 739bae9 commit dfee34b

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)