Skip to content

Commit 9920723

Browse files
Merge pull request #2036 from appwrite/lohanidamodar-patch-1
Remove html from notification
2 parents 331f6f0 + 28d0268 commit 9920723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
await invalidate(Dependencies.ORGANIZATION);
3131
addNotification({
3232
type: 'success',
33-
isHtml: true,
34-
message: `<span>Budget cap enabled for <b>${$organization.name}</b></span>`
33+
message: `Budget cap enabled for ${$organization.name}`
3534
});
3635
trackEvent(Submit.BudgetCapUpdate, {
3736
budget: capActive ? budget : undefined

0 commit comments

Comments
 (0)