25 items per page
This commit is contained in:
parent
30f0d5e0b3
commit
6f6cdef7ec
|
@ -10,7 +10,7 @@ import { Video } from './video.model'
|
|||
export abstract class AbstractVideoList implements OnInit {
|
||||
pagination: ComponentPagination = {
|
||||
currentPage: 1,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPage: 25,
|
||||
totalItems: null
|
||||
}
|
||||
sort: SortField = '-createdAt'
|
||||
|
|
Loading…
Reference in New Issue