Show all results on preview
This commit is contained in:
parent
7a9187d4dc
commit
9b76595140
|
@ -41,7 +41,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{#if activeTab === "JSON"}
|
{#if activeTab === "JSON"}
|
||||||
<JSONPanel data={rows[0] || {}} />
|
<JSONPanel data={rows || {}} />
|
||||||
{:else if activeTab === "Schema"}
|
{:else if activeTab === "Schema"}
|
||||||
<SchemaPanel {onSchemaChange} {schema} />
|
<SchemaPanel {onSchemaChange} {schema} />
|
||||||
{:else}
|
{:else}
|
||||||
|
|
Loading…
Reference in New Issue