diff --git a/web/components/profile/preferences/email-notification-form.tsx b/web/components/profile/preferences/email-notification-form.tsx index b893ef512..6f669a042 100644 --- a/web/components/profile/preferences/email-notification-form.tsx +++ b/web/components/profile/preferences/email-notification-form.tsx @@ -99,9 +99,9 @@ export const EmailNotificationForm: FC = (props) => render={({ field: { value, onChange } }) => ( { - setValue("issue_completed", !value); + setValue("issue_completed", !value, { shouldDirty: true }); onChange(!value); }} className="mx-2"