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