mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2671] fixed retrieving of error message (#3553)
This commit is contained in:
@@ -67,7 +67,7 @@ export class DemoPermissionComponent implements OnInit {
|
|||||||
this.displayPermissionComponent.reload();
|
this.displayPermissionComponent.reload();
|
||||||
},
|
},
|
||||||
(error) => {
|
(error) => {
|
||||||
this.showErrorMessage(error);
|
this.showErrorMessage(error.message);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user