Skip to content

Commit

Permalink
add keywords to variations
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Sep 9, 2020
1 parent 3d20c9f commit ea67fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,7 @@ const getItemFromVariation = ( item ) => ( variation ) => ( {
...variation.attributes,
},
innerBlocks: variation.innerBlocks,
keywords: variation.keywords || item.keywords,
} );

/**
Expand Down

0 comments on commit ea67fe1

Please sign in to comment.