Skip to content

Commit

Permalink
Removed redundant parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Jan 13, 2022
1 parent 2700d69 commit 56f3140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default class PaginationControls extends LightningElement {
this.recordsPerPage = event.detail.value;
}

dispatchNavigateEvent( pageToNavigateTo ) {
dispatchNavigateEvent() {

const detail = {
pageToNavigateTo: this.currentPage,
Expand Down

0 comments on commit 56f3140

Please sign in to comment.