Skip to content

Commit

Permalink
ImagesTable: Unify pagination format with Repositories
Browse files Browse the repository at this point in the history
This makes bottom pagination format on ImagesTable consistent with the format being used in Repositories service.
  • Loading branch information
regexowl authored and ochosi committed Nov 25, 2024
1 parent 67fdd79 commit f48e1bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/ImagesTable/ImagesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ const ImagesTable = () => {
onPerPageSelect={onPerPageSelect}
widgetId="compose-pagination-bottom"
data-testid="images-pagination-bottom"
isCompact
/>
</ToolbarItem>
</ToolbarContent>
Expand Down

0 comments on commit f48e1bf

Please sign in to comment.