Browse Source

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

Small fix with placeholder
pull/4023/head
Joe 6 years ago
committed by GitHub
parent
commit
853b156458
  1. 2
      packages/builder/src/components/userInterface/temporaryPanelStructure.js

2
packages/builder/src/components/userInterface/temporaryPanelStructure.js

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

Loading…
Cancel
Save