ui: filter category for clickmap filt
This commit is contained in:
parent
34a51adfc2
commit
5dd498f592
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ export const nonConditionalFlagFilters = filters.filter(i => {
|
||||||
export const clickmapFilter = {
|
export const clickmapFilter = {
|
||||||
key: FilterKey.LOCATION,
|
key: FilterKey.LOCATION,
|
||||||
type: FilterType.MULTIPLE,
|
type: FilterType.MULTIPLE,
|
||||||
category: FilterCategory.SESSION,
|
category: FilterCategory.AUTOCAPTURE,
|
||||||
label: 'Visited URL', placeholder: 'Enter URL or path',
|
label: 'Visited URL', placeholder: 'Enter URL or path',
|
||||||
operator: filterOptions.pageUrlOperators[0].value,
|
operator: filterOptions.pageUrlOperators[0].value,
|
||||||
operatorOptions: filterOptions.pageUrlOperators,
|
operatorOptions: filterOptions.pageUrlOperators,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue