mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +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:
parent
8bd24dbb7c
commit
e6bc457d26
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user