Fix lint
This commit is contained in:
parent
a86887a4b8
commit
2e78e2684c
|
@ -23,7 +23,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit,
|
||||||
checkedVideos: { [ id: number ]: boolean } = {}
|
checkedVideos: { [ id: number ]: boolean } = {}
|
||||||
pagination: ComponentPagination = {
|
pagination: ComponentPagination = {
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
itemsPerPage: 10,
|
itemsPerPage: 5,
|
||||||
totalItems: null
|
totalItems: null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -162,7 +162,7 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
|
||||||
|
|
||||||
protected setNewRouteParams () {
|
protected setNewRouteParams () {
|
||||||
const routeParams = this.buildRouteParams()
|
const routeParams = this.buildRouteParams()
|
||||||
this.router.navigate([ this.currentRoute ], { queryParams: routeParams })
|
this.router.navigate([ this.currentRoute ], { queryParams: routeParams })
|
||||||
}
|
}
|
||||||
|
|
||||||
protected buildVideoPages () {
|
protected buildVideoPages () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user