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 class="content">
{#if activeTab === "JSON"}
<JSONPanel data={rows[0] || {}} />
<JSONPanel data={rows || {}} />
{:else if activeTab === "Schema"}
<SchemaPanel {onSchemaChange} {schema} />
{:else}