fix(ui): remove tags from assist search
This commit is contained in:
parent
fc7183e504
commit
35ab32b4df
1 changed files with 2 additions and 1 deletions
|
|
@ -674,7 +674,8 @@ const mapLiveFilters = (list) => {
|
|||
filter.category !== FilterCategory.JAVASCRIPT &&
|
||||
filter.category !== FilterCategory.PERFORMANCE &&
|
||||
filter.key !== FilterKey.DURATION &&
|
||||
filter.key !== FilterKey.REFERRER
|
||||
filter.key !== FilterKey.REFERRER &&
|
||||
filter.key !== FilterKey.TAGGED_ELEMENT
|
||||
) {
|
||||
obj[filter.key] = { ...filter };
|
||||
obj[filter.key].operatorOptions = filter.operatorOptions.filter(operator => liveFilterSupportedOperators.includes(operator.value));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue