mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 20:32:11 +03:00
Fix typo in useBrainProvider.ts (#574)
This commit is contained in:
parent
c4c15a497c
commit
e822f9ad11
@ -40,7 +40,7 @@ export const useBrainProvider = () => {
|
|||||||
} catch {
|
} catch {
|
||||||
publish({
|
publish({
|
||||||
variant: "danger",
|
variant: "danger",
|
||||||
text: "Error occured while creating a brain",
|
text: "Error occurred while creating a brain",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user