Skip to content

Commit 778deef

Browse files
committed
feat(ListBox): type prop * 2
1 parent 42f5e14 commit 778deef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/FilterListBox/FilterListBox.tsx

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

105105
export interface CubeFilterListBoxProps<T>
106-
extends Omit<CubeListBoxProps<T>, 'filter'>,
106+
extends Omit<CubeListBoxProps<T>, 'filter' | 'type'>,
107107
FieldBaseProps {
108108
/** Placeholder text for the search input */
109109
searchPlaceholder?: string;

0 commit comments

Comments
 (0)