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",
|
label: "Table URL",
|
||||||
key: "detailUrl",
|
key: "detailUrl",
|
||||||
placeholder: "tableName",
|
placeholder: "tableName",
|
||||||
control: Input,
|
control: ScreenSelect,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Editable",
|
label: "Editable",
|
||||||
|
|
Loading…
Reference in New Issue