mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
AC-2410 Migrate Events Component (#8970)
* AC-2410 Migrate Events Component * AC-2410 Addressed a minor correction
This commit is contained in:
committed by
GitHub
parent
ad3c40297f
commit
dd53a1c5ce
@@ -70,7 +70,7 @@ export class EventsComponent extends BaseEventsComponent implements OnInit {
|
||||
this.providerUsersIdMap.set(u.id, { name: name, email: u.email });
|
||||
this.providerUsersUserIdMap.set(u.userId, { name: name, email: u.email });
|
||||
});
|
||||
await this.loadEvents(true);
|
||||
await this.refreshEvents();
|
||||
this.loaded = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user