Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Show current selected attributes when re-edit Products by Attribute block #3185

Merged
merged 1 commit into from
Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/hocs/with-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const withAttributes = ( OriginalComponent ) => {
? getAttributeData(
selected[ 0 ].attr_slug,
newAttributes,
'slug'
'taxonomy'
)
: null;

Expand Down