Skip to content

Commit

Permalink
Adds missing separator.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Apr 22, 2020
1 parent 80cf693 commit e5ed75d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const StepDetailsForm: FC<Props> = React.memo(
<EuiFieldText
placeholder={i18n.translate(
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
{ defaultMessage: 'Description (optional)' }
{ defaultMessage: 'Description (optional)', }
)}
value={transformDescription}
onChange={e => setTransformDescription(e.target.value)}
Expand Down

0 comments on commit e5ed75d

Please sign in to comment.