Skip to content

Commit

Permalink
fix: typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Dec 17, 2024
1 parent 7452254 commit 510c60d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const CollectionItemsPanel = ({
}
}

const handleSortChange = async (sort: SortType, order: OrderType) => {
const handleSortChange = async (sort?: SortType, order?: OrderType) => {
itemsListContainerRef.current?.scrollTo({ top: 0 })

const resetPaginationInfo = new CollectionItemsPaginationInfo()
Expand Down

0 comments on commit 510c60d

Please sign in to comment.