Browse Source

Merge pull request #968 from Budibase/Fix-for-Small-Typo-in-Data-Binding-textbox-#962

Fix for: Small Typo in Data Binding textbox #962
master
Martin McKeaveney 6 years ago
committed by GitHub
parent
commit
de11206858
  1. 2
      packages/builder/src/components/userInterface/BindingDropdown.svelte

2
packages/builder/src/components/userInterface/BindingDropdown.svelte

@ -62,7 +62,7 @@
<TextArea
thin
bind:value
placeholder="Add text, or lick the objects on the left to add them to the
placeholder="Add text, or click the objects on the left to add them to the
textbox." />
<div class="controls">
<a href="https://docs.budibase.com/design/binding">

Loading…
Cancel
Save