Skip to content

Commit 2283ed1

Browse files
committed
fix(FilterListBox): props passing
1 parent 167f58f commit 2283ed1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/fields/FilterListBox/FilterListBox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,6 @@ export const FilterListBox = forwardRef(function FilterListBox<
929929
) : (
930930
<ListBox
931931
ref={listBoxRef}
932-
{...otherProps}
933932
aria-label={innerAriaLabel}
934933
selectedKey={selectedKey}
935934
defaultSelectedKey={defaultSelectedKey}

0 commit comments

Comments
 (0)