Browse Source

fixes lint issues

master
kevmodrome 6 years ago
parent
commit
d165f3e90b
  1. 3
      packages/builder/src/components/userInterface/temporaryPanelStructure.js

3
packages/builder/src/components/userInterface/temporaryPanelStructure.js

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

Loading…
Cancel
Save