mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-18 04:05:51 +00:00
fix datasource
This commit is contained in:
parent
f9a2647d10
commit
b5d66e8de3
@ -14,7 +14,7 @@ export const ToastProvider = ({ children }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ToastContext.Provider value={{ showToast }}>
|
<ToastContext.Provider value={{ showToast }}>
|
||||||
<Toast ref={toast} />
|
<Toast ref={toast} style={{ zIndex: 50 }} />
|
||||||
{children}
|
{children}
|
||||||
</ToastContext.Provider>
|
</ToastContext.Provider>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user