mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
fix merge error introduced in PM-5017 (#9102)
This commit is contained in:
@@ -595,7 +595,8 @@ export class OrganizationPlansComponent implements OnInit, OnDestroy {
|
||||
this.formPromise = doSubmit();
|
||||
const organizationId = await this.formPromise;
|
||||
this.onSuccess.emit({ organizationId: organizationId });
|
||||
this.messagingService.send("organizationCreated", organizationId);
|
||||
// TODO: No one actually listening to this message?
|
||||
this.messagingService.send("organizationCreated", { organizationId });
|
||||
};
|
||||
|
||||
private async updateOrganization(orgId: string) {
|
||||
|
||||
Reference in New Issue
Block a user