Skip to content

Commit

Permalink
Fixes #37802 - remove unused attributes in pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Sep 10, 2024
1 parent bf79426 commit 7edcbbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ const AvailableRolesList = ({
<ListView>
<div className="sticky-pagination">
<Pagination
viewType="list"
itemCount={itemCount}
updateParamsByUrl={false}
page={pagination.page}
perPage={pagination.perPage}
onChange={onListingChange}
dropdownButtonId="available-ansible-roles-pagination-row-dropdown"
/>
</div>
<LoadingState loading={loading}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ exports[`AvailableRolesList should render 1`] = `
>
<Pagination
className={null}
dropdownButtonId="available-ansible-roles-pagination-row-dropdown"
itemCount={2}
noSidePadding={false}
onChange={[Function]}
Expand All @@ -19,7 +18,6 @@ exports[`AvailableRolesList should render 1`] = `
perPage={25}
updateParamsByUrl={false}
variant="bottom"
viewType="list"
/>
</div>
<LoadingState
Expand Down

0 comments on commit 7edcbbd

Please sign in to comment.