Skip to content

Commit

Permalink
Use custom text for setting source path
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemcdermott committed Mar 25, 2021
1 parent f33d9df commit 9e56c73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const SCMSubForm = ({ autoPopulateProject, i18n }) => {
}}
aria-label={i18n._(t`Select source path`)}
placeholder={i18n._(t`Select source path`)}
createText={i18n._(t`Set source path to`)}
isCreatable
onCreateOption={value => {
value.trim();
Expand Down

0 comments on commit 9e56c73

Please sign in to comment.