Fix filter tags formatting.
This commit is contained in:
@@ -66,7 +66,7 @@ export function FilterTags({
|
|||||||
}
|
}
|
||||||
const label = fields.find(f => f.name === key)?.label;
|
const label = fields.find(f => f.name === key)?.label;
|
||||||
const { operator, value } = parseParameterValue(params[key]);
|
const { operator, value } = parseParameterValue(params[key]);
|
||||||
const paramValue = isSearchOperator(operator) ? formatValue(value, key) : value;
|
const paramValue = isSearchOperator(operator) ? value : formatValue(value, key);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PopupTrigger key={key}>
|
<PopupTrigger key={key}>
|
||||||
|
|||||||
Reference in New Issue
Block a user