diff --git a/frontend/app/types/filter/newFilter.js b/frontend/app/types/filter/newFilter.js index fcdadaf26..17c2cc860 100644 --- a/frontend/app/types/filter/newFilter.js +++ b/frontend/app/types/filter/newFilter.js @@ -887,7 +887,7 @@ export const nonConditionalFlagFilters = filters.filter(i => { export const clickmapFilter = { key: FilterKey.LOCATION, type: FilterType.MULTIPLE, - category: FilterCategory.SESSION, + category: FilterCategory.AUTOCAPTURE, label: 'Visited URL', placeholder: 'Enter URL or path', operator: filterOptions.pageUrlOperators[0].value, operatorOptions: filterOptions.pageUrlOperators,