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 b592e4f commit dea67acCopy full SHA for dea67ac
redisinsight/ui/src/pages/home/HomePage.tsx
@@ -62,6 +62,10 @@ const HomePage = () => {
62
dispatch(resetInstancesRedisCluster())
63
dispatch(resetSubscriptionsRedisCloud())
64
dispatch(fetchCreateRedisButtonsAction())
65
+
66
+ return (() => {
67
+ dispatch(setEditedInstance(null))
68
+ })
69
}, [])
70
71
useEffect(() => {
0 commit comments