diff --git a/packages/builder/src/components/integration/QueryViewer.svelte b/packages/builder/src/components/integration/QueryViewer.svelte index e78917af1..a43467172 100644 --- a/packages/builder/src/components/integration/QueryViewer.svelte +++ b/packages/builder/src/components/integration/QueryViewer.svelte @@ -9,6 +9,8 @@ Heading, Spacer, Switcher, + Tabs, + Tab } from "@budibase/bbui" import { notifications, Divider } from "@budibase/bbui" import api from "builderStore/api" @@ -185,15 +187,15 @@ -
+ Below, you can preview the results from your query and change the schema.
@@ -202,10 +204,9 @@
{:else}
{JSON.stringify(data[0], undefined, 2)}
{/if}
-
- {:else if tab === 'PREVIEW'}
-