Skip to content

Commit

Permalink
fixed label undefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
pstonier committed Nov 12, 2019
1 parent 571deab commit adc50a8
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 45 deletions.
181 changes: 136 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/block-editor/src/components/url-input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ class URLInput extends Component {
className,
id,
isFullWidth,
label,
hasBorder,
__experimentalRenderSuggestions: renderSuggestions,
placeholder = __( 'Paste URL or type to search' ),
Expand Down

0 comments on commit adc50a8

Please sign in to comment.