1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

add PlanetSettingModal(Only visible things)

This commit is contained in:
Rokt33r
2015-07-23 02:41:35 +09:00
parent c31432fe3f
commit cdf6ed47dd
9 changed files with 263 additions and 33 deletions

View File

@@ -132,7 +132,7 @@ var BlueprintForm = React.createClass({
<div className='modal-footer'>
<button onClick={this.togglePreview} className='btn-default'>Toggle Preview</button>
<div className='modal-control'>
<button onClick={this.props.close} className='btn-default'>Cancle</button>
<button onClick={this.props.close} className='btn-default'>Cancel</button>
<button onClick={this.submit} className='btn-primary'>Launch</button>
</div>
</div>