Skip to content

Commit 29fdd71

Browse files
committed
fix(FilterListBox): types
1 parent 1e910c0 commit 29fdd71

File tree

2 files changed

+514
-256
lines changed

2 files changed

+514
-256
lines changed

src/components/fields/FilterListBox/FilterListBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const StyledHeaderWithoutBorder = tasty(StyledHeader, {
108108
});
109109

110110
export interface CubeFilterListBoxProps<T>
111-
extends CubeListBoxProps<T>,
111+
extends Omit<CubeListBoxProps<T>, 'filter'>,
112112
FieldBaseProps {
113113
/** Placeholder text for the search input */
114114
searchPlaceholder?: string;

0 commit comments

Comments
 (0)