mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[no issue number] fix unsubscribing in documentlist (#2740)
* fix unsubscribing in documentlist * fix tslint errors
This commit is contained in:
@@ -24,10 +24,10 @@ import { LogService } from '@alfresco/adf-core';
|
||||
})
|
||||
export class SettingsComponent {
|
||||
|
||||
constructor(public logService: LogService){
|
||||
}
|
||||
constructor(public logService: LogService) {
|
||||
}
|
||||
|
||||
onError(error: string){
|
||||
this.logService.log(error)
|
||||
}
|
||||
onError(error: string) {
|
||||
this.logService.log(error)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user