mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-18 08:02:03 +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 />;
|
return <Spinner />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user