Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Jan 31, 2025
1 parent da4ac08 commit 7733062
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
CollectionDetailsQuery,
useCollectionAssignProductMutation,
useCollectionProductsQuery,
useReorderProductsInCollectionMutation,
useUnassignCollectionProductMutation,
} from "@dashboard/graphql";
import useBulkActions from "@dashboard/hooks/useBulkActions";
Expand Down Expand Up @@ -66,8 +65,6 @@ const CollectionProducts: React.FC<CollectionProductsProps> = ({
const [paginationState, setPaginationState] = useLocalPaginationState(numberOfRows);
const notify = useNotifier();

const [reorder, reorderData] = useReorderProductsInCollectionMutation();

const [assignProduct, assignProductOpts] = useCollectionAssignProductMutation({
onCompleted: data => {
if (data.collectionAddProducts?.errors.length === 0) {
Expand Down

0 comments on commit 7733062

Please sign in to comment.