1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

remove app from list after unmarking

This commit is contained in:
jaasen-livefront
2024-11-20 11:32:33 -08:00
parent 1aea907f31
commit dd9bbb956c

View File

@@ -78,6 +78,7 @@ export class CriticalApplicationsComponent implements OnInit {
variant: "warning",
message: "API not yet implemented",
});
this.dataSource.data = this.dataSource.data.filter((app) => app.name !== hostname);
};
constructor(