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