This commit is contained in:
parent
f38925c113
commit
732599a721
@ -29,7 +29,7 @@ export default function DatabaseLoader({ children }: Props) {
|
|||||||
description: "The database was loaded successfully.",
|
description: "The database was loaded successfully.",
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, []);
|
}, [toast]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DatabaseContext.Provider value={database}>
|
<DatabaseContext.Provider value={database}>
|
||||||
|
Reference in New Issue
Block a user