From 8a639250e90a78e0189a24d60d8e797bd6150ce4 Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Thu, 23 Oct 2025 12:36:39 +0200 Subject: [PATCH] fix bad copy color on dark mode on campaign recipient events Signed-off-by: Ronni Skansing --- frontend/src/routes/campaign/[id]/+page.svelte | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/frontend/src/routes/campaign/[id]/+page.svelte b/frontend/src/routes/campaign/[id]/+page.svelte index d5e7099..d94fa6c 100644 --- a/frontend/src/routes/campaign/[id]/+page.svelte +++ b/frontend/src/routes/campaign/[id]/+page.svelte @@ -221,7 +221,7 @@ campaign.webhookID = t.webhookID; campaign.template = templateMap.byKey(t.templateID); campaign.recipientGroups = t.recipientGroupIDs.map((id) => recipientGroupMap.byKey(id)); - campaign.notableEventName = t.notableEventName; // t.recipientGroupIDs.map((id) => recipientGroupMap.byKey(id)); + campaign.notableEventName = t.notableEventName; if (t.sendStartAt === null && t.sendEndAt === null) { isSelfManaged = true; } @@ -1754,20 +1754,10 @@ {/if} - + - + {/each}