diff --git a/apps/web/pages/settings/my-account/profile.tsx b/apps/web/pages/settings/my-account/profile.tsx index 05419874c2..d1d816a449 100644 --- a/apps/web/pages/settings/my-account/profile.tsx +++ b/apps/web/pages/settings/my-account/profile.tsx @@ -235,7 +235,7 @@ const ProfileView = () => { id="avatar-upload" buttonMsg={t("change_avatar")} handleAvatarChange={(newAvatar) => { - formMethods.setValue("avatar", newAvatar); + formMethods.setValue("avatar", newAvatar, { shouldDirty: true }); }} imageSrc={value} />