1
0
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:
KiruthigaManivannan
2024-05-23 18:59:24 +05:30
committed by GitHub
parent ad3c40297f
commit dd53a1c5ce
7 changed files with 144 additions and 171 deletions

View File

@@ -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;
}