mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Linting fixes (#9348)
* linting fixes * lint fixes * linting and spellcheck fixes * code fixes
This commit is contained in:
@@ -199,7 +199,7 @@ export class LibraryDialogComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
private handleError(error: any): any {
|
||||
let errorMessage = 'CORE.MESSAGES.ERRORS.GENERIC';
|
||||
const errorMessage = 'CORE.MESSAGES.ERRORS.GENERIC';
|
||||
|
||||
try {
|
||||
const {
|
||||
|
Reference in New Issue
Block a user