Skip to content

Commit

Permalink
Merge pull request #6832 from ProcessMaker/bugfix/FOUR-15401
Browse files Browse the repository at this point in the history
FOUR-15401:The request list disappears with the selection of 30 or 50 items per page, LaunchPad
  • Loading branch information
ryancooley authored May 7, 2024
2 parents 1784e0b + 81ef397 commit b6929bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/components/shared/PaginationTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default {
},
],
pageInput: "",
defaultPage: 1,
};
},
computed: {
Expand Down Expand Up @@ -140,6 +141,7 @@ export default {
this.$emit("page-change", page);
},
changePerPage(value) {
this.goToPage(this.defaultPage);
this.$emit("per-page-change", value);
},
redirectPage(value) {
Expand Down

0 comments on commit b6929bd

Please sign in to comment.