mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Improve typings in FormInputGroup
This commit is contained in:
@@ -66,8 +66,6 @@ function UpdateSettings({
|
||||
}
|
||||
helpLink="https://wiki.servarr.com/sonarr/settings#updates"
|
||||
{...branch}
|
||||
// @ts-expect-error - FormInputGroup doesn't accept a values prop
|
||||
// of string[] which is needed for AutoCompleteInput
|
||||
values={branchValues}
|
||||
readOnly={usingExternalUpdateMechanism}
|
||||
onChange={onInputChange}
|
||||
|
||||
Reference in New Issue
Block a user