mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 23:50:02 +00:00
Fix URL entry to use form submission and improved errors if protocol isn't present.
This commit is contained in:
@@ -15,6 +15,7 @@ class Button extends React.Component {
|
||||
|
||||
render() {
|
||||
return <button
|
||||
type={this.props.type}
|
||||
onClick={this.props.onClick}
|
||||
disabled={this.props.disabled}
|
||||
aria-label={this.props["aria-label"]}
|
||||
|
||||
Reference in New Issue
Block a user