mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Remove defaultProps from SeriesIndexFilterMenu
This commit is contained in:
parent
87c840974b
commit
b72b1d5e5c
1 changed files with 0 additions and 4 deletions
|
@ -33,8 +33,4 @@ function SeriesIndexFilterMenu(props: SeriesIndexFilterMenuProps) {
|
|||
);
|
||||
}
|
||||
|
||||
SeriesIndexFilterMenu.defaultProps = {
|
||||
showCustomFilters: false,
|
||||
};
|
||||
|
||||
export default SeriesIndexFilterMenu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue