Skip to content

Commit

Permalink
Fixes #37760 - Pass updateParamsByUrl: false to Pagination component (#…
Browse files Browse the repository at this point in the history
…11121)

(cherry picked from commit c2146ec)
  • Loading branch information
sjha4 authored and chris1984 committed Sep 5, 2024
1 parent 540787c commit 397e1f6
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 397e1f6

Please sign in to comment.