Add notifications for Calendar module

This commit is contained in:
Aj - Thomas
2022-05-10 20:57:04 +02:00
parent d5b17d5303
commit 034ef3fd8f
2 changed files with 27 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ export default function App(props: AppProps & { colorScheme: ColorScheme }) {
withGlobalStyles
withNormalizeCSS
>
<NotificationsProvider position="top-right">
<NotificationsProvider limit={2} position="top-right">
<ConfigProvider>
<Layout>
<Component {...pageProps} />