diff --git a/libs/angular/src/admin-console/components/collections.component.ts b/libs/angular/src/admin-console/components/collections.component.ts index 445727ac61..f490fa51b6 100644 --- a/libs/angular/src/admin-console/components/collections.component.ts +++ b/libs/angular/src/admin-console/components/collections.component.ts @@ -100,7 +100,7 @@ export class CollectionsComponent implements OnInit { this.platformUtilsService.showToast("success", null, this.i18nService.t("editedItem")); return true; } catch (e) { - this.logService.error(e); + this.platformUtilsService.showToast("error", this.i18nService.t("errorOccurred"), e.message); return false; } }