Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
MediaPlaceholder: Change input type from 'url' to 'text' for URL inpu…
…t field
  • Loading branch information
Mayank-Tripathi32 committed May 2, 2025
commit 6ef940afa757e61b8e15b111740d90bd9d821f73
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const InsertFromURLPopover = ( {
<InputControl
__next40pxDefaultSize
label={ __( 'URL' ) }
type="url"
type="text"
hideLabelFromVision
placeholder={ __( 'Paste or type URL' ) }
onChange={ onChange }
Expand Down
Loading