mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 11:57:34 +00:00
repair sdoc bug
This commit is contained in:
@@ -31,7 +31,7 @@ export default class SdocEditor extends React.Component {
|
|||||||
repoID={repoID}
|
repoID={repoID}
|
||||||
docPath={docPath}
|
docPath={docPath}
|
||||||
docName={docName}
|
docName={docName}
|
||||||
docPrem={docPerm}
|
docPerm={docPerm}
|
||||||
isStarred={isStarred}
|
isStarred={isStarred}
|
||||||
toggleStar={this.toggleStar}
|
toggleStar={this.toggleStar}
|
||||||
unmarkDraft={this.unmarkDraft}
|
unmarkDraft={this.unmarkDraft}
|
||||||
|
Reference in New Issue
Block a user