mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
fix malformed search key column array on project lookup
This commit is contained in:
parent
edc65cdc36
commit
1b726a1b2f
@ -78,6 +78,7 @@ function ProjectLookup({
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
key: 'type',
|
||||
options: [
|
||||
[``, i18n._(t`Manual`)],
|
||||
[`git`, i18n._(t`Git`)],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user