From b98dac6c62105186f199e041149f20d9cb0dfb28 Mon Sep 17 00:00:00 2001 From: Farook Ibrahim Date: Wed, 14 Oct 2020 22:37:01 +0530 Subject: [PATCH] Fixed: woocommerce/woocommerce-blocks#3084 (https://github.com/woocommerce/woocommerce-blocks/pull/3185) --- plugins/woocommerce-blocks/assets/js/hocs/with-attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;