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;