mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -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`),
|
name: i18n._(t`Type`),
|
||||||
|
key: 'type',
|
||||||
options: [
|
options: [
|
||||||
[``, i18n._(t`Manual`)],
|
[``, i18n._(t`Manual`)],
|
||||||
[`git`, i18n._(t`Git`)],
|
[`git`, i18n._(t`Git`)],
|
||||||
|
|||||||
Reference in New Issue
Block a user