1
0
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:
杨顺强
2023-08-11 16:33:06 +08:00
parent 5fc181a882
commit 77bd6301fc

View File

@@ -31,7 +31,7 @@ export default class SdocEditor extends React.Component {
repoID={repoID}
docPath={docPath}
docName={docName}
docPrem={docPerm}
docPerm={docPerm}
isStarred={isStarred}
toggleStar={this.toggleStar}
unmarkDraft={this.unmarkDraft}