mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Stop bridge buttons affecting form submission
This commit is contained in:
@@ -143,12 +143,14 @@ export default class Bridge extends Component<BridgeProps, BridgeState> {
|
|||||||
</p>
|
</p>
|
||||||
<div className="bridge__update-options">
|
<div className="bridge__update-options">
|
||||||
<button className="bridge__update-start"
|
<button className="bridge__update-start"
|
||||||
|
type="button"
|
||||||
onClick={ this.onUpdate }>
|
onClick={ this.onUpdate }>
|
||||||
{ _("optionsBridgeUpdate") }
|
{ _("optionsBridgeUpdate") }
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div> )
|
</div> )
|
||||||
: ( <button className="bridge__update-check"
|
: ( <button className="bridge__update-check"
|
||||||
|
type="button"
|
||||||
disabled={ this.state.isCheckingUpdates }
|
disabled={ this.state.isCheckingUpdates }
|
||||||
onClick={ this.onCheckUpdates }>
|
onClick={ this.onCheckUpdates }>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user