mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Use custom text for setting source path
This commit is contained in:
parent
a86196cfa3
commit
93d1df4e4b
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user