Use attribute label instead of slug in Filter by Attribute title (https://github.com/woocommerce/woocommerce-blocks/pull/1271)
This commit is contained in:
parent
087e5531aa
commit
ed4e4ad7b9
|
@ -228,7 +228,7 @@ const Edit = ( { attributes, setAttributes, debouncedSpeak } ) => {
|
|||
return;
|
||||
}
|
||||
|
||||
const attributeName = productAttribute.attribute_name;
|
||||
const attributeName = productAttribute.attribute_label;
|
||||
|
||||
setAttributes( {
|
||||
attributeId: selectedId,
|
||||
|
|
Loading…
Reference in New Issue