From eed12cf5214f881eb3f74eeca785841d4535871c Mon Sep 17 00:00:00 2001 From: Alexandre Boucey Date: Mon, 13 Jan 2025 18:58:13 +0100 Subject: [PATCH] fix: re-add extra row cell when write actions are disabled (#2496) The initial changes were dropped by PR #2449 --- .../workflows-summary-configurable-table/table-row.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/components/workflow/workflows-summary-configurable-table/table-row.svelte b/src/lib/components/workflow/workflows-summary-configurable-table/table-row.svelte index 575734d96..cc6a0e95a 100644 --- a/src/lib/components/workflow/workflows-summary-configurable-table/table-row.svelte +++ b/src/lib/components/workflow/workflows-summary-configurable-table/table-row.svelte @@ -87,6 +87,8 @@ {/if} + {:else} + {/if}