Browse Source

change from Input to ScreenSelect component for prop

pull/734/head
kevmodrome 6 years ago
parent
commit
35e8c4d655
No known key found for this signature in database GPG Key ID: E8F9CD141E63BF38
  1. 2
      packages/builder/src/components/userInterface/temporaryPanelStructure.js

2
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",

Loading…
Cancel
Save