diff --git a/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte b/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte index 32a0be64a..4a7297c76 100644 --- a/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte +++ b/src/routes/(console)/organization-[organization]/billing/budgetCap.svelte @@ -30,8 +30,7 @@ await invalidate(Dependencies.ORGANIZATION); 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