Skip to content

Commit

Permalink
Merge pull request #2438 from daostack/cw-2428-update-default-email-n…
Browse files Browse the repository at this point in the history
…otification-settings

Update default Email notification settings FE #2428
  • Loading branch information
pvm-code authored Dec 28, 2023
2 parents 4341aeb + a2a0c33 commit c5dcf27
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const getInitialValues = (
pushNotificationPreference:
data?.pushNotificationPreference ?? UserPushNotificationPreference.All,
emailNotificationPreference:
data?.emailNotificationPreference ?? UserEmailNotificationPreference.All,
data?.emailNotificationPreference ??
UserEmailNotificationPreference.Important,
});

const SettingsForm: FC<SettingsFormProps> = (props) => {
Expand Down

0 comments on commit c5dcf27

Please sign in to comment.