mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
fix: Internationalization causes the project to be unable to choose manual select
This commit is contained in:
@@ -224,7 +224,7 @@ function ProjectFormFields({
|
|||||||
isDisabled: true,
|
isDisabled: true,
|
||||||
},
|
},
|
||||||
...scmTypeOptions.map(([value, label]) => {
|
...scmTypeOptions.map(([value, label]) => {
|
||||||
if (label === 'Manual') {
|
if (value === '') {
|
||||||
value = 'manual';
|
value = 'manual';
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user