fix malformed search key column array on project lookup

This commit is contained in:
John Mitchell 2020-01-14 13:28:44 -05:00
parent edc65cdc36
commit 1b726a1b2f

View File

@ -78,6 +78,7 @@ function ProjectLookup({
},
{
name: i18n._(t`Type`),
key: 'type',
options: [
[``, i18n._(t`Manual`)],
[`git`, i18n._(t`Git`)],