Skip to content

Commit

Permalink
Remove unneeded functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Sep 9, 2020
1 parent 8ec8710 commit 3d80187
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const fieldsConfig: FieldsConfig = {
label: i18n.translate('xpack.ingestPipelines.pipelineEditor.kvForm.fieldSplitFieldLabel', {
defaultMessage: 'Field split',
}),
helpText: () => (
helpText: (
<FormattedMessage
id="xpack.ingestPipelines.pipelineEditor.kvForm.fieldSplitHelpText"
defaultMessage="Regex pattern used to delimit the key-value pairs. Typically a space character ({space})."
Expand All @@ -58,7 +58,7 @@ const fieldsConfig: FieldsConfig = {
label: i18n.translate('xpack.ingestPipelines.pipelineEditor.kvForm.valueSplitFieldLabel', {
defaultMessage: 'Value split',
}),
helpText: () => (
helpText: (
<FormattedMessage
id="xpack.ingestPipelines.pipelineEditor.kvForm.valueSplitHelpText"
defaultMessage="Regex pattern used to split keys and values. Typically an assignment operator ({equal})."
Expand Down

0 comments on commit 3d80187

Please sign in to comment.