We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 331f6f0 + 28d0268 commit 9920723Copy full SHA for 9920723
src/routes/(console)/organization-[organization]/billing/budgetCap.svelte
@@ -30,8 +30,7 @@
30
await invalidate(Dependencies.ORGANIZATION);
31
addNotification({
32
type: 'success',
33
- isHtml: true,
34
- message: `<span>Budget cap enabled for <b>${$organization.name}</b></span>`
+ message: `Budget cap enabled for ${$organization.name}`
35
});
36
trackEvent(Submit.BudgetCapUpdate, {
37
budget: capActive ? budget : undefined
0 commit comments