mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 00:51:27 -03:30
fix: Internationalization causes the project to be unable to choose manual select
This commit is contained in:
parent
1f34d4c134
commit
ede9d961da
@ -224,7 +224,7 @@ function ProjectFormFields({
|
||||
isDisabled: true,
|
||||
},
|
||||
...scmTypeOptions.map(([value, label]) => {
|
||||
if (label === 'Manual') {
|
||||
if (value === '') {
|
||||
value = 'manual';
|
||||
}
|
||||
return {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user