change from Input to ScreenSelect component for prop
This commit is contained in:
parent
3c22405e1c
commit
35e8c4d655
|
@ -331,7 +331,7 @@ export default {
|
|||
label: "Table URL",
|
||||
key: "detailUrl",
|
||||
placeholder: "tableName",
|
||||
control: Input,
|
||||
control: ScreenSelect,
|
||||
},
|
||||
{
|
||||
label: "Editable",
|
||||
|
|
Loading…
Reference in New Issue