Skip to content

Commit

Permalink
fix: use stacked notifs (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Mar 28, 2024
1 parent 7dab47f commit b7dcc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Providers(props: { children: React.ReactNode }) {
<QueryClientProvider client={client}>
{children}
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
<ToastContainer theme="colored" />
<ToastContainer stacked theme="colored" />
</QueryClientProvider>
);
}

0 comments on commit b7dcc78

Please sign in to comment.