Remove defaultProps from SeriesIndexFilterMenu

pull/7584/head
Mark McDowall 3 months ago
parent 6202779d03
commit adf749c00c
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