Adding link into learn more banner.
This commit is contained in:
parent
49e0630511
commit
1f6a30b985
|
@ -91,7 +91,9 @@
|
||||||
return qs.length > 0 ? `${newUrl}?${qs}` : newUrl
|
return qs.length > 0 ? `${newUrl}?${qs}` : newUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
function learnMoreBanner() {}
|
function learnMoreBanner() {
|
||||||
|
window.open("https://docs.budibase.com/building-apps/data/transformers")
|
||||||
|
}
|
||||||
|
|
||||||
function buildQuery() {
|
function buildQuery() {
|
||||||
const newQuery = { ...query }
|
const newQuery = { ...query }
|
||||||
|
@ -261,7 +263,7 @@
|
||||||
<Tab title="Schema">
|
<Tab title="Schema">
|
||||||
<KeyValueBuilder
|
<KeyValueBuilder
|
||||||
bind:object={response.schema}
|
bind:object={response.schema}
|
||||||
name="header"
|
name="schema"
|
||||||
headings
|
headings
|
||||||
options={SchemaTypeOptions}
|
options={SchemaTypeOptions}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue