Skip to content

Commit

Permalink
Merge pull request #3733 from 10up/fix/endpoint-url-field-is-not-type…
Browse files Browse the repository at this point in the history
…-url

Fix: Endpoint URL field is not a URL type field
  • Loading branch information
felipeelia authored Oct 31, 2023
2 parents b9f5640 + 810cdaf commit 4e9b77f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/features/components/control.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export default ({
onChange={onChange}
disabled={isDisabled}
value={value}
type={type}
/>
);
}
Expand Down

0 comments on commit 4e9b77f

Please sign in to comment.