mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +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:
@@ -153,11 +153,11 @@ export class ContentNodeSelectorComponent implements OnInit {
|
||||
this.selectedTabIndex = tabIndex;
|
||||
}
|
||||
|
||||
isFileServerTabSelected (): boolean {
|
||||
isFileServerTabSelected(): boolean {
|
||||
return this.selectedTabIndex === 0;
|
||||
}
|
||||
|
||||
isLocalUploadTabSelected (): boolean {
|
||||
isLocalUploadTabSelected(): boolean {
|
||||
return this.selectedTabIndex === 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user