From dfca66917739bd802afe043351f393b096d68ea7 Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Tue, 28 Jul 2020 11:53:07 +0100 Subject: [PATCH] Lint --- .../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 7acd537906..fedc432150 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -296,7 +296,7 @@ export default { { label: "Border Color", key: "borderColor", control: Input }, { label: "TH Color", key: "backgroundColor", control: Input }, { label: "TH Font Color", key: "color", control: Input }, - { label: "Table", key: "model", control: ModelSelect } + { label: "Table", key: "model", control: ModelSelect }, ], }, children: [],