Changing copy around datasource creation modals.

This commit is contained in:
mike12345567 2023-06-06 18:50:50 +01:00
parent dab1db2271
commit ae1f7ae21a
1 changed files with 9 additions and 5 deletions

View File

@ -106,12 +106,16 @@
size="L"
disabled={!isValid}
>
<Layout noPadding>
<Body size="XS">
{#if !fetchTableStep}
Connect your database to Budibase using the config below
{:else}
Choose what tables you want to sync with Budibase
{/if}
</Body>
</Layout>
{#if !fetchTableStep}
<Layout noPadding>
<Body size="XS"
>Connect your database to Budibase using the config below.
</Body>
</Layout>
<IntegrationConfigForm
schema={datasource?.schema}
bind:datasource