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 a356751 commit 3adf5ddCopy full SHA for 3adf5dd
redisinsight/ui/src/components/notifications/Notifications.tsx
@@ -16,7 +16,6 @@ import { showOAuthProgress } from 'uiSrc/slices/oauth/cloud'
16
import { CustomErrorCodes } from 'uiSrc/constants'
17
import { sendEventTelemetry, TelemetryEvent } from 'uiSrc/telemetry'
18
import { ColorText } from 'uiSrc/components/base/text'
19
-import { InfoIcon } from 'uiSrc/components/base/icons'
20
import { riToast, RiToaster } from 'uiSrc/components/base/display/toast'
21
22
import errorMessages from './error-messages'
@@ -69,7 +68,6 @@ const Notifications = () => {
69
68
className,
70
message: title,
71
description: getSuccessText(message),
72
- customIcon: InfoIcon,
73
actions: {
74
primary: {
75
closes: true,
0 commit comments