diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 3c217fe868..cc1f858124 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/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 }, + ], }, }, ],