mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5831] Adding generic error to Library Modal. (#9025)
* [ACS-5831] Adding generic error to Library Modal. * change * change * lint issue fix
This commit is contained in:
@@ -210,6 +210,8 @@ export class LibraryDialogComponent implements OnInit, OnDestroy {
|
||||
this.form.controls['id'].setErrors({
|
||||
message: 'LIBRARY.ERRORS.CONFLICT'
|
||||
});
|
||||
} else {
|
||||
this.notificationService.showError(errorMessage);
|
||||
}
|
||||
} catch {
|
||||
this.notificationService.showError(errorMessage);
|
||||
|
Reference in New Issue
Block a user