Merge pull request #2036 from appwrite/lohanidamodar-patch-1

Remove html from notification
This commit is contained in:
Torsten Dittmann
2025-06-20 14:20:45 +02:00
committed by GitHub
@@ -30,8 +30,7 @@
await invalidate(Dependencies.ORGANIZATION);
addNotification({
type: 'success',
isHtml: true,
message: `<span>Budget cap enabled for <b>${$organization.name}</b></span>`
message: `Budget cap enabled for ${$organization.name}`
});
trackEvent(Submit.BudgetCapUpdate, {
budget: capActive ? budget : undefined