Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Sep 29, 2021
2 parents 56d3534 + eea54a3 commit 1eb2317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pagination/VgtPaginationPageInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
lastRecordOnPage: last,
totalRecords: this.totalRecords,
currentPage: this.currentPage,
totalPages: this.lastPage,
totalPage: this.lastPage,
};
},
},
Expand Down

0 comments on commit 1eb2317

Please sign in to comment.