Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
update product types
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicjaSzu committed May 13, 2020
1 parent 400c432 commit fe7a578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const ProductVariantPicker: React.FC<IProps> = ({
productVariantsAttributesSelectedValues={
productVariantsAttributesSelectedValues
}
updateUrlWithAttributes={updateUrlWithAttributes}
onChangeSelection={optionValue =>
onAttributeChange(productVariantsAttributeId, optionValue, slug)
}
Expand Down
6 changes: 2 additions & 4 deletions src/@next/types/IProductVariantsAttributes.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { ISelectOption } from "@types";
import {
ProductDetails_product_variants_attributes_attribute,
ProductDetails_product_variants_attributes_values,
} from "../../@sdk/queries/types/ProductDetails";
import { ProductDetails_product_variants_attributes_values } from "../../@sdk/queries/types/ProductDetails";
import { ProductDetails_product_variants_attributes_attribute } from "../../views/Product/types/ProductDetails";

export interface IProductVariantsAttribute {
attribute: ProductDetails_product_variants_attributes_attribute;
Expand Down

0 comments on commit fe7a578

Please sign in to comment.