Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla authored May 7, 2024
1 parent 6c516b2 commit 81ef397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/shared/PaginationTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
},
],
pageInput: "",
defaulPage: 1,
defaultPage: 1,
};
},
computed: {
Expand Down Expand Up @@ -141,7 +141,7 @@ export default {
this.$emit("page-change", page);
},
changePerPage(value) {
this.goToPage(this.defaulPage);
this.goToPage(this.defaultPage);
this.$emit("per-page-change", value);
},
redirectPage(value) {
Expand Down

0 comments on commit 81ef397

Please sign in to comment.