mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: table missing
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@
|
||||
</Alert.Inline>
|
||||
</div>
|
||||
{/if}
|
||||
{#if !data?.executions?.total}
|
||||
{#if data?.executions?.total}
|
||||
<Table columns={$columns} logs={data.executions} />
|
||||
|
||||
<PaginationWithLimit
|
||||
|
||||
Reference in New Issue
Block a user