mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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();
|
||||
},
|
||||
(error) => {
|
||||
this.showErrorMessage(error);
|
||||
this.showErrorMessage(error.message);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user