mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 07:33:23 +00:00
[PM-18870] Convert Organization to Business Unit (#14131)
* Add setupBusinessUnit to OrganizationBillingApiService * Add setup-business-unit.component * Updated designs and cleanup work * Update existing logos for Provider Portal and Admin Console * Fix broken test
This commit is contained in:
@@ -32,4 +32,12 @@ export class BillingNotificationService {
|
||||
message: message,
|
||||
});
|
||||
}
|
||||
|
||||
showError(message: string, title: string = "") {
|
||||
this.toastService.showToast({
|
||||
variant: "error",
|
||||
title,
|
||||
message,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user