We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47f17f7 + 739bae9 commit dfee34bCopy full SHA for dfee34b
redisinsight/ui/src/pages/workbench/components/query/QueryWrapper.tsx
@@ -51,7 +51,7 @@ const QueryWrapper = (props: Props) => {
51
if (!connectedIndstanceId) return
52
53
// fetch indexes
54
- dispatch(fetchRedisearchListAction())
+ dispatch(fetchRedisearchListAction(undefined, undefined, false))
55
}, [connectedIndstanceId])
56
57
const Placeholder = (
0 commit comments