From 00ff5da48eac41dcc634446dd4648477d68d2dfb Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 13 Mar 2025 17:06:10 +0100 Subject: [PATCH] fix: table missing --- .../functions/function-[function]/executions/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/project-[project]/functions/function-[function]/executions/+page.svelte b/src/routes/(console)/project-[project]/functions/function-[function]/executions/+page.svelte index 030054e03..fd38e91fb 100644 --- a/src/routes/(console)/project-[project]/functions/function-[function]/executions/+page.svelte +++ b/src/routes/(console)/project-[project]/functions/function-[function]/executions/+page.svelte @@ -65,7 +65,7 @@ {/if} - {#if !data?.executions?.total} + {#if data?.executions?.total}