mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-30 12:13:21 +01:00
Fix multi-select checkboxes not appearing
This commit is contained in:
parent
e3a048790d
commit
e199710c15
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ function HintedSelectInputOption(props: HintedSelectInputOptionProps) {
|
|||
hint,
|
||||
depth,
|
||||
isSelected = false,
|
||||
isMultiSelect,
|
||||
isMobile,
|
||||
...otherProps
|
||||
} = props;
|
||||
|
|
|
|||
Loading…
Reference in a new issue