mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-23 21:22:35 +03:00
fix: update mutation pending flag (#1530)
This commit is contained in:
parent
211a56d127
commit
6c49b73577
@ -37,7 +37,7 @@ export const ContactForm = (): JSX.Element => {
|
||||
);
|
||||
}
|
||||
|
||||
if (postEmail.isLoading) {
|
||||
if (postEmail.isPending) {
|
||||
return <Spinner />;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user