10 items per page for my videos
This commit is contained in:
parent
3e2bc4ea49
commit
1d904806f6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export class MyAccountVideosComponent implements OnInit, DisableForReuseHook {
|
|||
selection: SelectionType = {}
|
||||
pagination: ComponentPagination = {
|
||||
currentPage: 1,
|
||||
itemsPerPage: 5,
|
||||
itemsPerPage: 10,
|
||||
totalItems: null
|
||||
}
|
||||
miniatureDisplayOptions: MiniatureDisplayOptions = {
|
||||
|
|
Loading…
Add table
Reference in a new issue