Fixed: woocommerce/woocommerce-blocks#3084 (https://github.com/woocommerce/woocommerce-blocks/pull/3185)
This commit is contained in:
parent
47fe198d49
commit
b98dac6c62
|
@ -53,7 +53,7 @@ const withAttributes = ( OriginalComponent ) => {
|
||||||
? getAttributeData(
|
? getAttributeData(
|
||||||
selected[ 0 ].attr_slug,
|
selected[ 0 ].attr_slug,
|
||||||
newAttributes,
|
newAttributes,
|
||||||
'slug'
|
'taxonomy'
|
||||||
)
|
)
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue