diff --git a/src/hooks/useNotificationTypes.tsx b/src/hooks/useNotificationTypes.tsx index eaf33c308..06f585436 100644 --- a/src/hooks/useNotificationTypes.tsx +++ b/src/hooks/useNotificationTypes.tsx @@ -275,6 +275,7 @@ export const notificationTypes: NotificationTypeConfig[] = [ icon: assetIcon, title: title, body: body, + toastDuration: DEFAULT_TOAST_AUTO_CLOSE_MS, renderCustomBody: ({ isToast, notification }) => (