mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2036 from appwrite/lohanidamodar-patch-1
Remove html from notification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user