mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
remove erorr console log and add error toast (#10018)
This commit is contained in:
committed by
GitHub
parent
2fe07f3d8e
commit
64ad336d28
@@ -100,7 +100,7 @@ export class CollectionsComponent implements OnInit {
|
|||||||
this.platformUtilsService.showToast("success", null, this.i18nService.t("editedItem"));
|
this.platformUtilsService.showToast("success", null, this.i18nService.t("editedItem"));
|
||||||
return true;
|
return true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.logService.error(e);
|
this.platformUtilsService.showToast("error", this.i18nService.t("errorOccurred"), e.message);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user