-
+
{#if !bindable}
Parameters come in two parts: the parameter name, and a default/fallback
value.
diff --git a/packages/builder/src/components/integration/QueryViewer.svelte b/packages/builder/src/components/integration/QueryViewer.svelte
index 7bf36cf629..dec1e3cd6d 100644
--- a/packages/builder/src/components/integration/QueryViewer.svelte
+++ b/packages/builder/src/components/integration/QueryViewer.svelte
@@ -9,7 +9,7 @@
Heading,
Spacer,
Tabs,
- Tab
+ Tab,
} from "@budibase/bbui"
import { notifications, Divider } from "@budibase/bbui"
import api from "builderStore/api"
@@ -111,12 +111,12 @@
- Query {integrationInfo?.friendlyName}
+ Query {integrationInfo?.friendlyName}
- Config
- Provide a name for your query and select its function.
+ Config
+ Provide a name for your query and select its function.
@@ -144,8 +144,8 @@
- Fields
- Fill in the fields specific to this query.
+ Fields
+ Fill in the fields specific to this query.
- Results
+ Results
-
+
+
Below, you can preview the results from your query and change the
schema.
diff --git a/packages/builder/src/pages/builder/[application]/data/datasource/[selectedDatasource]/index.svelte b/packages/builder/src/pages/builder/[application]/data/datasource/[selectedDatasource]/index.svelte
index a1db914ed4..e675b6856d 100644
--- a/packages/builder/src/pages/builder/[application]/data/datasource/[selectedDatasource]/index.svelte
+++ b/packages/builder/src/pages/builder/[application]/data/datasource/[selectedDatasource]/index.svelte
@@ -47,7 +47,7 @@
this={ICONS[datasource.source]}
height="26"
width="26" />
- {datasource.name}
+ {datasource.name}
{integration.description}
@@ -55,12 +55,10 @@
- Configuration
+ Configuration
-
- Connect your database to Budibase using the config below.
-
+ Connect your database to Budibase using the config below.