From 9ffde6af35b73234dbfccec32eb7eaa0b320894d Mon Sep 17 00:00:00 2001 From: kevmodrome Date: Tue, 13 Oct 2020 09:54:10 +0200 Subject: [PATCH] lint fix --- .../src/components/userInterface/temporaryPanelStructure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/src/components/userInterface/temporaryPanelStructure.js b/packages/builder/src/components/userInterface/temporaryPanelStructure.js index 5d60008760..50799581f8 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -350,7 +350,7 @@ export default { label: "Height", key: "height", defaultValue: "500", - control: Input + control: Input, }, { label: "Pagination",