Transformations: Extract Fields > Regex should not encode tooltip text (#108410)

do not escape tooltip text
This commit is contained in:
Kristina
2025-07-23 15:41:27 -07:00
committed by GitHub
parent 63cc23a3ed
commit 95eb66be3d
@@ -127,6 +127,7 @@ export const extractFieldsTransformerEditor = ({
interactive={true}
tooltip={t('transformers.extract-fields-transformer-editor.tooltip-regexp', 'Example: {{regexExample}}', {
regexExample: '/(?<NewField>.*)/',
interpolation: { escapeValue: false },
})}
>
<Input