diff --git a/ui/component/searchOptions/view.jsx b/ui/component/searchOptions/view.jsx index 7717ac372..746f28f44 100644 --- a/ui/component/searchOptions/view.jsx +++ b/ui/component/searchOptions/view.jsx @@ -58,6 +58,8 @@ const SearchOptions = (props: Props) => { if (simple) { delete TYPES_ADVANCED[SEARCH_OPTIONS.MEDIA_APPLICATION]; + delete TYPES_ADVANCED[SEARCH_OPTIONS.MEDIA_IMAGE]; + delete TYPES_ADVANCED[SEARCH_OPTIONS.MEDIA_AUDIO]; } React.useEffect(() => {