diff --git a/frontend/src/routes/campaign/[id]/+page.svelte b/frontend/src/routes/campaign/[id]/+page.svelte index c21058e..6a4901e 100644 --- a/frontend/src/routes/campaign/[id]/+page.svelte +++ b/frontend/src/routes/campaign/[id]/+page.svelte @@ -220,7 +220,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; } @@ -1753,20 +1753,10 @@ {/if} - + - + {/each}