Remove icon for library search filter setting (#476)
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
import { List, ListItem, ListItemText, Switch } from '@mui/material';
|
import { List, ListItem, ListItemText, Switch } from '@mui/material';
|
||||||
import ListItemSecondaryAction from '@mui/material/ListItemSecondaryAction';
|
import ListItemSecondaryAction from '@mui/material/ListItemSecondaryAction';
|
||||||
import ListItemIcon from '@mui/material/ListItemIcon';
|
|
||||||
import SearchIcon from '@mui/icons-material/Search';
|
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import ListSubheader from '@mui/material/ListSubheader';
|
import ListSubheader from '@mui/material/ListSubheader';
|
||||||
import { SearchMetadataKeys } from '@/typings';
|
import { SearchMetadataKeys } from '@/typings';
|
||||||
@@ -38,9 +36,6 @@ export function SearchSettings() {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<ListItemIcon>
|
|
||||||
<SearchIcon />
|
|
||||||
</ListItemIcon>
|
|
||||||
<ListItemText primary={t('search.label.ignore_filters')} />
|
<ListItemText primary={t('search.label.ignore_filters')} />
|
||||||
<ListItemSecondaryAction>
|
<ListItemSecondaryAction>
|
||||||
<Switch
|
<Switch
|
||||||
|
|||||||
Reference in New Issue
Block a user