Skip to content

Commit

Permalink
fix: allow stacked notifications (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Apr 3, 2024
1 parent 5c60e04 commit 2b8d9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Root = (): JSX.Element => (
<QueryClientProvider client={queryClient}>
<I18nextProvider i18n={i18nConfig}>
<ThemeProvider theme={theme}>
<ToastContainer />
<ToastContainer stacked />
<App />
</ThemeProvider>
</I18nextProvider>
Expand Down

0 comments on commit 2b8d9d3

Please sign in to comment.