NORY-22: fix toasts not showing

This commit is contained in:
Markus Thielker 2024-12-08 17:26:00 +01:00
parent 765d5a91e7
commit 436e5c8765
No known key found for this signature in database

View file

@ -79,8 +79,8 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
{children}
</div>
</SidebarInset>
<Toaster/>
</SidebarProvider>
<Toaster/>
</ThemeProvider>
</body>
</html>