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 723e727 commit 6561ebfCopy full SHA for 6561ebf
redisinsight/ui/src/slices/instances/instances.ts
@@ -373,7 +373,7 @@ export function createInstanceStandaloneAction(
373
databaseId,
374
successMessages.DATABASE_ALREADY_EXISTS(),
375
() => {
376
- dispatch(defaultInstanceChangingFailure(errorMessage))
+ dispatch(defaultInstanceChangingSuccess())
377
onSuccess?.(databaseId)
378
},
379
() => { dispatch(defaultInstanceChangingFailure(errorMessage)) }
0 commit comments