fix(ui): card filters restriction for path analysis (#2826)
This commit is contained in:
parent
fc48ba4149
commit
c04090a778
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ function ExcludeFilters(props: Props) {
|
|||
onRemoveFilter={() => onRemoveFilter(index)}
|
||||
// saveRequestPayloads={saveRequestPayloads}
|
||||
disableDelete={false}
|
||||
allowedFilterKeys={[FilterKey.LOCATION, FilterKey.CLICK, FilterKey.INPUT, FilterKey.CUSTOM]}
|
||||
// excludeFilterKeys={excludeFilterKeys}
|
||||
/>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue