mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 23:47:28 -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,
|
||||
},
|
||||
...scmTypeOptions.map(([value, label]) => {
|
||||
if (label === 'Manual') {
|
||||
if (value === '') {
|
||||
value = 'manual';
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user