1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Merge pull request #527 from Budibase/stacked-list-fix

Small fix with placeholder
This commit is contained in:
Joe 2020-08-10 13:26:31 +01:00 committed by GitHub
commit 853b156458

View file

@ -301,7 +301,7 @@ export default {
label: "destinationUrl",
key: "destinationUrl",
control: Input,
placeholder: "/table/_id",
placeholder: "/table/{{context._id}}",
},
],
},