Use custom text for setting source path

This commit is contained in:
Jake McDermott 2021-03-25 18:31:45 -04:00
parent a86196cfa3
commit 93d1df4e4b
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -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();