Skip to content

Commit 6c8353d

Browse files
#RI-4133 - remove notification in /overview
1 parent 5bda338 commit 6c8353d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

redisinsight/ui/src/slices/instances/instances.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ export function getDatabaseConfigInfoAction(
574574
}
575575
} catch (error) {
576576
const errorMessage = getApiErrorMessage(error)
577-
dispatch(addErrorNotification(error))
578577
dispatch(getDatabaseConfigInfoFailure(errorMessage))
579578
onFailAction?.()
580579
}

redisinsight/ui/src/slices/tests/instances/instances.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,6 @@ describe('instances slice', () => {
12871287
// Assert
12881288
const expectedActions = [
12891289
getDatabaseConfigInfo(),
1290-
addErrorNotification(responsePayload as AxiosError),
12911290
getDatabaseConfigInfoFailure(errorMessage),
12921291
]
12931292

0 commit comments

Comments
 (0)