Skip to content

Commit

Permalink
Merge branch 'gallery-view-#1081' into add-pagination-to-thumbnail-view-
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Nov 7, 2024
2 parents 4e4a5e9 + 1e3868a commit c08a488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/images/imageGallery.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const ImageGallery = (props: ImageGalleryProps) => {
const { entityId } = props;
const { data: images, isLoading: imageIsLoading } = useGetImages(entityId);
const queryClient = useQueryClient();

const { preservedState, onPreservedStatesChange } = usePreservedTableState({
initialState: {
pagination: { pageSize: 16, pageIndex: 0 },
Expand Down

0 comments on commit c08a488

Please sign in to comment.