mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-28 19:53:35 -05:00
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