Fixed saving of null anti-captcha provider that caused Validator to reset default value.

This commit is contained in:
morpheus65535 2024-02-13 22:00:59 -05:00
parent 4ca211191d
commit faa4dfb77c
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ const SettingsProvidersView: FunctionComponent = () => {
label={"Choose the anti-captcha provider you want to use"}
placeholder="Select a provider"
settingKey="settings-general-anti_captcha_provider"
settingOptions={{ onSubmit: (v) => (v === undefined ? "None" : v) }}
options={antiCaptchaOption}
></Selector>
<Message></Message>