mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 01:00:41 -04:00
fix(client): error flash when toggling send quincy email in settings (#50336)
This commit is contained in:
@@ -227,7 +227,7 @@ function EmailSettings({
|
||||
</FullWidthRow>
|
||||
<Spacer size='medium' />
|
||||
<FullWidthRow>
|
||||
<form id='form-quincy-email' onSubmit={handleSubmit}>
|
||||
<form id='form-quincy-email' onSubmit={e => e.preventDefault()}>
|
||||
<ToggleButtonSetting
|
||||
action={t('settings.email.weekly')}
|
||||
flag={sendQuincyEmail}
|
||||
|
||||
Reference in New Issue
Block a user