From 5e44b3373c7e611580ecb7c9877ae9db13a9ceaa Mon Sep 17 00:00:00 2001 From: kevmodrome Date: Fri, 16 Oct 2020 10:35:15 +0200 Subject: [PATCH] change from Input to ScreenSelect component for prop --- .../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 ca880d3118..cb35d140c4 100644 --- a/packages/builder/src/components/userInterface/temporaryPanelStructure.js +++ b/packages/builder/src/components/userInterface/temporaryPanelStructure.js @@ -331,7 +331,7 @@ export default { label: "Table URL", key: "detailUrl", placeholder: "tableName", - control: Input, + control: ScreenSelect, }, { label: "Editable",