limit simple site search options to just video and text
This commit is contained in:
parent
6718f153a9
commit
6ccbbebad9
1 changed files with 2 additions and 0 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in a new issue