From 7e6dffc19ce84a66f6646b52bc2bd31a2bc717f1 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 21 May 2025 15:17:54 +0530 Subject: [PATCH] update: use correct var name. --- .../functions/function-[function]/executions/+page.svelte | 2 +- .../functions/function-[function]/executions/table.svelte | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/+page.svelte b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/+page.svelte index 49290ba31..b3f43680e 100644 --- a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/+page.svelte +++ b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/+page.svelte @@ -43,7 +43,7 @@ {#if data?.executions?.total} - +
{title} {/each} - {#each logs.executions as log (log.$id)} + {#each executions.executions as log (log.$id)} - + {#if selectedRows.length > 0}