Updating setting_upload
Этот коммит содержится в:
@@ -88,18 +88,6 @@ module.exports = React.createClass({
|
|||||||
<div className='file-status file-name hide'></div>
|
<div className='file-status file-name hide'></div>
|
||||||
{serverError}
|
{serverError}
|
||||||
{clientError}
|
{clientError}
|
||||||
<span className='btn btn-sm btn-primary btn-file sel-btn'>Select File<input ref='uploadinput' accept={this.props.fileTypesAccepted} type='file' onChange={this.onFileSelect}/></span>
|
|
||||||
<a
|
|
||||||
className={'btn btn-sm btn-primary'}
|
|
||||||
onClick={this.doSubmit}>
|
|
||||||
Import
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
className='btn btn-sm theme'
|
|
||||||
href='#'
|
|
||||||
onClick={this.doCancel}>
|
|
||||||
Cancel
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user