Update default item per page by 10
This commit is contained in:
@ -118,7 +118,7 @@ export default {
|
||||
detailList: myDetail,
|
||||
itemsPerPage: 20,
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
limit: 10,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
};
|
||||
|
Reference in New Issue
Block a user