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 315ea06 + dea67ac commit ab61a48Copy full SHA for ab61a48
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