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

Commit

Permalink
update ProductVariantAttributeSelect props
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicjaSzu committed May 13, 2020
1 parent 44e328c commit 400c432
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const ProductVariantAttributeSelect: React.FC<{
productVariantsAttributesSelectedValues: IProductVariantsAttributesSelectedValues;
onChangeSelection: (value: any, name?: any) => void;
onClearSelection: () => void;
updateUrlWithAttributes: any;
defaultValue?: string;
}> = ({
selectSidebar = false,
Expand Down

0 comments on commit 400c432

Please sign in to comment.