This commit is contained in:
m5r
2022-05-14 19:53:04 +02:00
parent 48b3604116
commit 315ffb61ac
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ const ProfileInformations: FunctionComponent = () => {
const isSuccess = actionData?.submitted;
const isCurrentFormTransition = transition.submission?.formData.get("_action") === "updateUser";
const isSubmitting = isCurrentFormTransition && transition.state === "submitting";
console.log("isSuccess", isSuccess, actionData);
return (
<Form method="post">