1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

Fix multi-select checkboxes not appearing

This commit is contained in:
Mark McDowall
2025-03-10 17:00:36 -07:00
parent e3a048790d
commit e199710c15

View File

@@ -19,7 +19,6 @@ function HintedSelectInputOption(props: HintedSelectInputOptionProps) {
hint,
depth,
isSelected = false,
isMultiSelect,
isMobile,
...otherProps
} = props;