Add link to bindings docs
This commit is contained in:
parent
8bf6b6c4d8
commit
c3b4a36903
|
@ -9,8 +9,8 @@
|
|||
export let primary = false
|
||||
export let secondary = false
|
||||
export let overBackground = false
|
||||
export let target
|
||||
export let download
|
||||
export let target = undefined
|
||||
export let download = undefined
|
||||
export let disabled = false
|
||||
export let tooltip = null
|
||||
|
||||
|
|
|
@ -77,7 +77,12 @@
|
|||
<Layout noPadding gap="S">
|
||||
<div class="text">
|
||||
<Body size="S">Showing all available bindings.</Body>
|
||||
<Link href="/">Learn more.</Link>
|
||||
<Link
|
||||
target="_blank"
|
||||
href="https://docs.budibase.com/docs/introduction-to-bindings"
|
||||
>
|
||||
Learn more.
|
||||
</Link>
|
||||
</div>
|
||||
<BindingNode value={context} />
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in New Issue