Skip to content

Commit

Permalink
Fixes #37760 - Pass updateParamsByUrl: false to Pagination component (K…
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Aug 28, 2024
1 parent 50ff909 commit c2146ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack/components/Table/PageControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const PageControls = ({
perPage={perPage}
onChange={onPaginationUpdate}
variant={variant}
updateParamsByUrl={false}
/>
</FlexItem>
);
Expand Down

0 comments on commit c2146ec

Please sign in to comment.