1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Show all results on preview

This commit is contained in:
Adria Navarro 2024-02-06 12:38:50 +01:00
parent 7a9187d4dc
commit 9b76595140

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}