1
0
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:
llj
2023-10-31 12:15:12 +08:00
committed by GitHub
parent a7e814bcf1
commit a15728cf3e
3 changed files with 6 additions and 6 deletions

View File

@@ -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>