mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix eslint warnigs for core project (#7506)
This commit is contained in:
@@ -34,7 +34,7 @@ import { takeUntil } from 'rxjs/operators';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-infinite-pagination',
|
||||
host: { 'class': 'infinite-adf-pagination' },
|
||||
host: { class: 'infinite-adf-pagination' },
|
||||
templateUrl: './infinite-pagination.component.html',
|
||||
styleUrls: ['./infinite-pagination.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
@@ -118,7 +118,7 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio
|
||||
|
||||
if (this._target) {
|
||||
this.isLoading = true;
|
||||
this._target.updatePagination(<RequestPaginationModel> this.requestPaginationModel);
|
||||
this._target.updatePagination(this.requestPaginationModel);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user