Skip to content

Commit

Permalink
totalPage parameter showing undefined bug fixed (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipanshusabharwal authored Sep 29, 2021
1 parent e575463 commit eea54a3
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 eea54a3

Please sign in to comment.