mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Fixes for Windows WebControl.
This commit is contained in:
parent
8e888f8df9
commit
257187a284
6 changed files with 89 additions and 56 deletions
|
@ -67,7 +67,7 @@ var ZeroTierNetwork = React.createClass({
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button className="leaveNetworkButton" onClick={this.leaveNetwork}>Leave Network</button>
|
||||
<button type="button" className="leaveNetworkButton" onClick={this.leaveNetwork}>Leave Network</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue