mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Co-authored-by: Maximilian Power <post@maximilianpower.com>
This commit is contained in:
@@ -125,9 +125,8 @@ export class CriticalApplicationsComponent implements OnInit {
|
||||
}
|
||||
|
||||
this.toastService.showToast({
|
||||
message: this.i18nService.t("criticalApplicationSuccessfullyUnmarked"),
|
||||
message: this.i18nService.t("criticalApplicationUnmarkedSuccessfully"),
|
||||
variant: "success",
|
||||
title: this.i18nService.t("success"),
|
||||
});
|
||||
this.dataSource.data = this.dataSource.data.filter((app) => app.applicationName !== hostname);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user