diff --git a/blocks/11-url-input/index.js b/blocks/11-url-input/index.js index 37838cfa..805fb801 100755 --- a/blocks/11-url-input/index.js +++ b/blocks/11-url-input/index.js @@ -13,7 +13,7 @@ const { registerBlockType, } = wp.blocks; const { - UrlInput, + URLInput, } = wp.editor; const { IconButton, @@ -74,7 +74,7 @@ export default registerBlockType( {icon} - setAttributes( { url } ) }