fixes lint issues

This commit is contained in:
kevmodrome 2020-06-03 14:55:29 +02:00
parent dba1ff1de1
commit f187758147
1 changed files with 2 additions and 1 deletions

View File

@ -355,7 +355,8 @@ export default {
{ label: "Logo URL", key: "logoUrl", control: Input }, { label: "Logo URL", key: "logoUrl", control: Input },
{ label: "Title", key: "title", control: Input }, { label: "Title", key: "title", control: Input },
{ label: "Color", key: "color", control: Input }, { label: "Color", key: "color", control: Input },
{ label: "Background", key: "backgroundColor", control: Input }], { label: "Background", key: "backgroundColor", control: Input },
],
}, },
}, },
], ],