Skip to content

Commit

Permalink
Remove templatelock default
Browse files Browse the repository at this point in the history
  • Loading branch information
ajotka authored and mkaz committed Oct 16, 2021
1 parent 397ce8c commit b435d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/edit.native.js
Expand Up @@ -102,7 +102,7 @@ const Cover = ( {
customOverlayColor,
minHeightUnit = 'px',
allowedBlocks,
templateLock = false,
templateLock,
} = attributes;
const [ isScreenReaderEnabled, setIsScreenReaderEnabled ] = useState(
false
Expand Down

0 comments on commit b435d27

Please sign in to comment.