mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-7242] fix eslint warnings for content services project (#7505)
* fix eslint warnings for content services project * fix typing issues
This commit is contained in:
@@ -26,7 +26,7 @@ import { takeUntil } from 'rxjs/operators';
|
||||
templateUrl: './version-upload.component.html',
|
||||
styleUrls: ['./version-upload.component.scss'],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: { 'class': 'adf-version-upload' }
|
||||
host: { class: 'adf-version-upload' }
|
||||
})
|
||||
export class VersionUploadComponent implements OnInit, OnDestroy {
|
||||
|
||||
|
Reference in New Issue
Block a user