From d92d35f6eb361d2a1b994829a82074bec1e5f12f Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 19 Jun 2025 13:27:28 +0545 Subject: [PATCH 1/2] Remove html from notification --- .../organization-[organization]/billing/budgetCap.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte b/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte index 32a0be64a..7013a0478 100644 --- a/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte +++ b/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte @@ -31,7 +31,7 @@ addNotification({ type: 'success', isHtml: true, - message: `Budget cap enabled for ${$organization.name}` + message: `Budget cap enabled for ${$organization.name}` }); trackEvent(Submit.BudgetCapUpdate, { budget: capActive ? budget : undefined From 28d0268e9a0e6aa765a9c0acd0803e4011f0c648 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 19 Jun 2025 13:30:11 +0545 Subject: [PATCH 2/2] Update src/routes/(console)/organization-[organization]/billing/budgetCap.svelte Co-authored-by: Darshan --- .../organization-[organization]/billing/budgetCap.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte b/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte index 7013a0478..4a7297c76 100644 --- a/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte +++ b/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte @@ -30,7 +30,6 @@ await invalidate(Dependencies.ORGANIZATION); addNotification({ type: 'success', - isHtml: true, message: `Budget cap enabled for ${$organization.name}` }); trackEvent(Submit.BudgetCapUpdate, {