Browse Source
change from Input to ScreenSelect component for prop
pull/734/head
kevmodrome
6 years ago
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
1 changed files with
1 additions and
1 deletions
-
packages/builder/src/components/userInterface/temporaryPanelStructure.js
|
|
@ -331,7 +331,7 @@ export default { |
|
|
label: "Table URL", |
|
|
label: "Table URL", |
|
|
key: "detailUrl", |
|
|
key: "detailUrl", |
|
|
placeholder: "tableName", |
|
|
placeholder: "tableName", |
|
|
control: Input, |
|
|
control: ScreenSelect, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "Editable", |
|
|
label: "Editable", |
|
|
|