Skip to content

Commit 3adf5dd

Browse files
committed
Remove custom info icon so filled check icon is displayed, which is the default icon for success toasts
1 parent a356751 commit 3adf5dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redisinsight/ui/src/components/notifications/Notifications.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { showOAuthProgress } from 'uiSrc/slices/oauth/cloud'
1616
import { CustomErrorCodes } from 'uiSrc/constants'
1717
import { sendEventTelemetry, TelemetryEvent } from 'uiSrc/telemetry'
1818
import { ColorText } from 'uiSrc/components/base/text'
19-
import { InfoIcon } from 'uiSrc/components/base/icons'
2019
import { riToast, RiToaster } from 'uiSrc/components/base/display/toast'
2120

2221
import errorMessages from './error-messages'
@@ -69,7 +68,6 @@ const Notifications = () => {
6968
className,
7069
message: title,
7170
description: getSuccessText(message),
72-
customIcon: InfoIcon,
7371
actions: {
7472
primary: {
7573
closes: true,

0 commit comments

Comments
 (0)