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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user