mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fixed toasts
This commit is contained in:
parent
7cb5f61447
commit
8353ef4145
@ -78,6 +78,16 @@ export const Wrappers = ({ children }) => {
|
||||
<AssetsProvider>
|
||||
<ClusterRefProvider>
|
||||
<QuestsProvider initialOpen={true}>
|
||||
<ToastContainer position="top-right"
|
||||
autoClose={2000}
|
||||
hideProgressBar
|
||||
newestOnTop={false}
|
||||
closeOnClick
|
||||
rtl={false}
|
||||
pauseOnFocusLoss
|
||||
draggable
|
||||
pauseOnHover
|
||||
theme="light" />
|
||||
{children}
|
||||
</QuestsProvider>
|
||||
</ClusterRefProvider>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user