mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
Fixed saving of null anti-captcha provider that caused Validator to reset default value.
This commit is contained in:
parent
4ca211191d
commit
faa4dfb77c
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue