1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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}
</Select>
<RowFieldControl
meta={{ name: 'status', type: 'options', constraints: {inclusion: ['active', 'inactive']} }}
meta={{ name: 'status', type: 'options', constraints: { inclusion: ['active', 'inactive'] } }}
bind:value={row.status}
defaultValue={'active'} />
{#each customSchemaKeys as [key, meta]}

View file

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