Skip to content

Commit

Permalink
fix: remove type for children prop
Browse files Browse the repository at this point in the history
  • Loading branch information
MikitaLisavets committed Nov 19, 2020
1 parent e8c73f5 commit 98e9183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/filterDropdown/FilterDropdown.tsx
Expand Up @@ -7,7 +7,6 @@ import Search from './private/Search';
type FilterDropdownProps = {
searchPlaceholder?: string;
onSearchChange?: (value: string) => void;
children?: JSX.Element | JSX.Element[];
};

const FilterDropdownWrapper = styled.div(({ theme }) => ({
Expand Down

0 comments on commit 98e9183

Please sign in to comment.