Show error messages on dmp editor

This commit is contained in:
George Kalampokis 2020-02-24 11:38:26 +02:00
parent acca3bf411
commit ea0290fb03
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ export class DmpEditorComponent extends BaseComponent implements OnInit, IBreadC
}
onCallbackError(error: any) {
this.uiNotificationService.snackBarNotification(error.error.message, SnackBarNotificationLevel.Error);
this.setErrorModel(error.error);
//this.validateAllFormFields(this.formGroup);
}