Transformations: Extract Fields > Regex should not encode tooltip text (#108410)
do not escape tooltip text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user