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.
1 parent 47f17f7 commit 739bae9Copy full SHA for 739bae9
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