From 6c667253b301f420494ce735109c33a7a86a5186 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 18:22:11 +0530 Subject: [PATCH] fix: revert to 5000 duration --- src/components/atoms/AlertSnackbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/AlertSnackbar.tsx b/src/components/atoms/AlertSnackbar.tsx index a2803392..3cf5c554 100644 --- a/src/components/atoms/AlertSnackbar.tsx +++ b/src/components/atoms/AlertSnackbar.tsx @@ -31,7 +31,7 @@ export const AlertSnackbar = ({ severity, message, isOpen }: AlertSnackbarProps) }; return ( - + {message}