From 77330620a02615e7e4903164bf840dd6a8e055bd Mon Sep 17 00:00:00 2001 From: andrzejewsky Date: Fri, 31 Jan 2025 11:01:29 +0100 Subject: [PATCH] Test fix --- .../components/CollectionProducts/CollectionProducts.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/collections/components/CollectionProducts/CollectionProducts.tsx b/src/collections/components/CollectionProducts/CollectionProducts.tsx index 1333309683..12a716dcbf 100644 --- a/src/collections/components/CollectionProducts/CollectionProducts.tsx +++ b/src/collections/components/CollectionProducts/CollectionProducts.tsx @@ -17,7 +17,6 @@ import { CollectionDetailsQuery, useCollectionAssignProductMutation, useCollectionProductsQuery, - useReorderProductsInCollectionMutation, useUnassignCollectionProductMutation, } from "@dashboard/graphql"; import useBulkActions from "@dashboard/hooks/useBulkActions"; @@ -66,8 +65,6 @@ const CollectionProducts: React.FC = ({ const [paginationState, setPaginationState] = useLocalPaginationState(numberOfRows); const notify = useNotifier(); - const [reorder, reorderData] = useReorderProductsInCollectionMutation(); - const [assignProduct, assignProductOpts] = useCollectionAssignProductMutation({ onCompleted: data => { if (data.collectionAddProducts?.errors.length === 0) {