Fix multi-select checkboxes not appearing

This commit is contained in:
Mark McDowall 2025-03-10 17:00:36 -07:00
parent f4dff35f81
commit 764667c3b8
No known key found for this signature in database

View file

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