Skip to content

Commit d92d35f

Browse files
Remove html from notification
1 parent 3f3af27 commit d92d35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/organization-[organization]/billing/budgetCap.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
addNotification({
3232
type: 'success',
3333
isHtml: true,
34-
message: `<span>Budget cap enabled for <b>${$organization.name}</b></span>`
34+
message: `Budget cap enabled for ${$organization.name}`
3535
});
3636
trackEvent(Submit.BudgetCapUpdate, {
3737
budget: capActive ? budget : undefined

0 commit comments

Comments
 (0)