Skip to content

Commit d1a3b7e

Browse files
authored
Adhoc filters: Don't escape filter values (#1343)
1 parent f02c025 commit d1a3b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scenes/src/variables/adhoc/AdHocFiltersCombobox/AdHocFiltersCombobox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ export const AdHocCombobox = forwardRef(function AdHocCombobox(
832832
? t(
833833
'grafana-scenes.components.adhoc-filters-combobox.use-custom-value',
834834
'Use custom value: {{itemLabel}}',
835-
{ itemLabel }
835+
{ itemLabel, interpolation: { escapeValue: false } }
836836
)
837837
: itemLabel}
838838
</span>

0 commit comments

Comments
 (0)