1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Small fix with placeholder

This commit is contained in:
Joe 2020-08-10 13:18:30 +01:00
parent 9e00550eda
commit e8afd115aa

View file

@ -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}}",
}, },
], ],
}, },