feat: handle transactions locking request error.

This commit is contained in:
a.bouhuolia
2021-12-14 18:03:58 +02:00
parent ae7d37a0e0
commit eebe4c46fa
8 changed files with 47 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ function MoneyOutForm({
});
})
.finally(() => {
setSubmitting(true);
setSubmitting(false);
});
};
return (