Skip to content

Commit

Permalink
Fix potential issue with attributes not being returned from v6 deprec…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Glen Davies committed Nov 17, 2021
1 parent 8b305a2 commit e43a6a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/gallery/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ const v3 = {
if ( isGalleryV2Enabled() ) {
return runV2Migration( attributes );
}
return attributes;
},
};
const v2 = {
Expand Down

0 comments on commit e43a6a7

Please sign in to comment.