start some change on sending data to local storage

This commit is contained in:
2024-07-08 12:27:06 +03:30
parent fa8caad7ef
commit 37dccc5ec3
9 changed files with 192 additions and 60 deletions

View File

@@ -12,7 +12,7 @@ const Template = ({children}) => {
<ThemeProvider theme={theme}>
<CssBaseline/>
{children}
<ToastContainer rtl containerId="filtering" closeButton={false}/>
<ToastContainer rtl containerId="datatable" closeButton={false}/>
</ThemeProvider>
</AppRouterCacheProvider>
)