fixes lint issues
This commit is contained in:
parent
dba1ff1de1
commit
f187758147
|
@ -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 },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue