Show all results on preview

This commit is contained in:
Adria Navarro 2024-02-06 12:38:50 +01:00
parent 7a9187d4dc
commit 9b76595140
1 changed files with 1 additions and 1 deletions

View File

@ -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}