diff --git a/plugins/woocommerce-blocks/assets/js/hocs/with-attributes.js b/plugins/woocommerce-blocks/assets/js/hocs/with-attributes.js index 890cb39ebb0..96820808c20 100644 --- a/plugins/woocommerce-blocks/assets/js/hocs/with-attributes.js +++ b/plugins/woocommerce-blocks/assets/js/hocs/with-attributes.js @@ -53,7 +53,7 @@ const withAttributes = ( OriginalComponent ) => { ? getAttributeData( selected[ 0 ].attr_slug, newAttributes, - 'slug' + 'taxonomy' ) : null;