From 4faa579c9116b85805519a895aa4942733e31ff3 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Tue, 7 Nov 2023 15:58:55 +0330 Subject: [PATCH] Fixed bug toast container --- src/layouts/AppLayout.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/layouts/AppLayout.jsx b/src/layouts/AppLayout.jsx index 4fc5e1d..5c01881 100644 --- a/src/layouts/AppLayout.jsx +++ b/src/layouts/AppLayout.jsx @@ -47,7 +47,16 @@ function AppLayout({children, isBot}) { color={theme.palette.secondary.dark} options={{showSpinner: false}} /> - + + {children} );