mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
[markdown] commented out 'draft' related code (#5721)
This commit is contained in:
@@ -158,13 +158,13 @@ class CreateFile extends React.Component {
|
||||
onChange={this.handleChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
{this.props.fileType == '.md' && isDocs && (
|
||||
{/*this.props.fileType == '.md' && isDocs && (
|
||||
<FormGroup check>
|
||||
<Label check>
|
||||
<Input type="checkbox" onChange={this.handleCheck}/>{' '}{gettext('This is a draft')}
|
||||
</Label>
|
||||
</FormGroup>
|
||||
)}
|
||||
)*/}
|
||||
{/*this.props.fileType == '.sdoc' && (
|
||||
<FormGroup check>
|
||||
<Label check>
|
||||
|
Reference in New Issue
Block a user