Merge pull request #527 from Budibase/stacked-list-fix
Small fix with placeholder
This commit is contained in:
commit
853b156458
|
@ -301,7 +301,7 @@ export default {
|
||||||
label: "destinationUrl",
|
label: "destinationUrl",
|
||||||
key: "destinationUrl",
|
key: "destinationUrl",
|
||||||
control: Input,
|
control: Input,
|
||||||
placeholder: "/table/_id",
|
placeholder: "/table/{{context._id}}",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue