1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Formatting.

This commit is contained in:
mike12345567 2021-02-22 12:30:07 +00:00
parent 267f1fd87d
commit 0913cd3cf8
2 changed files with 3 additions and 1 deletions

View file

@ -81,7 +81,7 @@
{/each} {/each}
</Select> </Select>
<RowFieldControl <RowFieldControl
meta={{ name: 'status', type: 'options', constraints: {inclusion: ['active', 'inactive']} }} meta={{ name: 'status', type: 'options', constraints: { inclusion: ['active', 'inactive'] } }}
bind:value={row.status} bind:value={row.status}
defaultValue={'active'} /> defaultValue={'active'} />
{#each customSchemaKeys as [key, meta]} {#each customSchemaKeys as [key, meta]}

View file

@ -204,12 +204,14 @@
Please run your query to fetch some data. Please run your query to fetch some data.
{:else} {:else}
{JSON.stringify(data[0], undefined, 2)} {JSON.stringify(data[0], undefined, 2)}
{/if} {/if}