Changing copy around datasource creation modals.
This commit is contained in:
parent
dab1db2271
commit
ae1f7ae21a
|
@ -106,12 +106,16 @@
|
||||||
size="L"
|
size="L"
|
||||||
disabled={!isValid}
|
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}
|
{#if !fetchTableStep}
|
||||||
<Layout noPadding>
|
|
||||||
<Body size="XS"
|
|
||||||
>Connect your database to Budibase using the config below.
|
|
||||||
</Body>
|
|
||||||
</Layout>
|
|
||||||
<IntegrationConfigForm
|
<IntegrationConfigForm
|
||||||
schema={datasource?.schema}
|
schema={datasource?.schema}
|
||||||
bind:datasource
|
bind:datasource
|
||||||
|
|
Loading…
Reference in New Issue