Remove defaultProps from SeriesIndexFilterMenu

pull/7605/head
Mark McDowall 1 month ago
parent 37cc66ce66
commit e721a06291
No known key found for this signature in database

@ -33,8 +33,4 @@ function SeriesIndexFilterMenu(props: SeriesIndexFilterMenuProps) {
);
}
SeriesIndexFilterMenu.defaultProps = {
showCustomFilters: false,
};
export default SeriesIndexFilterMenu;

Loading…
Cancel
Save