Fix filter tags formatting.

This commit is contained in:
Maxime-J 2024-04-08 09:56:54 +00:00
parent 88da20ea7f
commit 0a2364ff06

View File

@ -66,7 +66,7 @@ export function FilterTags({
}
const label = fields.find(f => f.name === key)?.label;
const { operator, value } = parseParameterValue(params[key]);
const paramValue = isSearchOperator(operator) ? formatValue(value, key) : value;
const paramValue = isSearchOperator(operator) ? value : formatValue(value, key);
return (
<PopupTrigger key={key}>