Formatting.
This commit is contained in:
parent
d9aa1a4890
commit
b5a2480001
|
@ -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]}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue