1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Review comments.

This commit is contained in:
mike12345567 2021-07-05 11:06:39 +01:00
parent 8254880fa8
commit 58c5ddaa90
2 changed files with 5 additions and 5 deletions

View file

@ -181,7 +181,7 @@
<Input label="From table column" bind:value={fromRelationship.name} />
<Input label="To table column" bind:value={toRelationship.name} />
<div slot="footer">
{#if originalFromName !== null}
{#if originalFromName != null}
<Button warning text on:click={deleteRelationship}>Delete</Button>
{/if}
</div>

View file

@ -179,7 +179,7 @@
{/if}
<div>
<Button primary on:click={updateDatasourceSchema}>
Fetch Tables From Database
Fetch tables from database
</Button>
</div>
</div>
@ -203,12 +203,12 @@
<div class="query-header">
<Heading size="S">Relationships</Heading>
<Button primary on:click={() => openRelationshipModal()}
>Create Relationship</Button
>Create relationship</Button
>
</div>
<Body>
Tell budibase how your tables are related to get even more smart
features.
Tell budibase how your tables are related to get even more smart
features.
</Body>
{/if}
<div class="query-list">