mirror of
https://github.com/Radarr/Radarr
synced 2025-01-31 11:53:06 +00:00
Fixed: Cannot Edit Branch in Update Settings
This commit is contained in:
parent
6d87ce73b6
commit
90213554bb
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,7 @@ class GeneralSettings extends Component {
|
|||
isWindows,
|
||||
isWindowsService,
|
||||
mode,
|
||||
packageUpdateMechanism,
|
||||
onInputChange,
|
||||
onConfirmResetApiKey,
|
||||
...otherProps
|
||||
|
@ -167,6 +168,7 @@ class GeneralSettings extends Component {
|
|||
advancedSettings={advancedSettings}
|
||||
settings={settings}
|
||||
isWindows={isWindows}
|
||||
packageUpdateMechanism={packageUpdateMechanism}
|
||||
onInputChange={onInputChange}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue