Skip to content

Commit

Permalink
Deletes dest index placeholder text.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Apr 22, 2020
1 parent e1d82db commit b59b466
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ export const StepDetailsForm: FC<Props> = React.memo(
}
>
<EuiFieldText
placeholder="destination index"
value={destinationIndex}
onChange={e => setDestinationIndex(e.target.value)}
aria-label={i18n.translate(
Expand Down

0 comments on commit b59b466

Please sign in to comment.