ui: restrict filterselection
This commit is contained in:
parent
4e274cb30e
commit
63aeb103e6
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ function FilterItem(props: Props) {
|
|||
)}
|
||||
<FilterSelection
|
||||
filter={filter}
|
||||
mode={props.isFilter ? 'filters' : 'events'}
|
||||
onFilterClick={replaceFilter}
|
||||
allowedFilterKeys={allowedFilterKeys}
|
||||
excludeFilterKeys={excludeFilterKeys}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue