diff --git a/web/src/features/notifications/NotificationWrapper.tsx b/web/src/features/notifications/NotificationWrapper.tsx index fc0a0f6..45a69f8 100644 --- a/web/src/features/notifications/NotificationWrapper.tsx +++ b/web/src/features/notifications/NotificationWrapper.tsx @@ -14,7 +14,7 @@ export interface CustomNotificationProps { icon?: IconProp; iconColor?: string; position?: ToastPosition | 'top' | 'bottom'; - id?: number; + id?: number | string; type?: string; }