diff --git a/frontend/src/pages/sdoc-editor/index.js b/frontend/src/pages/sdoc-editor/index.js index 10001a706a..af0a648f8e 100644 --- a/frontend/src/pages/sdoc-editor/index.js +++ b/frontend/src/pages/sdoc-editor/index.js @@ -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}