diff --git a/packages/block-editor/src/components/url-input/stories/button.story.js b/packages/block-editor/src/components/url-input/stories/button.story.js index 7f89dda87084a..cffb38d96c25d 100644 --- a/packages/block-editor/src/components/url-input/stories/button.story.js +++ b/packages/block-editor/src/components/url-input/stories/button.story.js @@ -41,15 +41,4 @@ const meta = { export default meta; -export const Default = { - render: function Template( { onChange, ...args } ) { - return ( - { - onChange( ...changeArgs ); - } } - /> - ); - }, -}; +export const Default = {};