1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

Merge pull request #5882 from haiwen/add-sdoc-external

add-external
This commit is contained in:
杨顺强
2024-01-22 10:04:13 +08:00
committed by GitHub
3 changed files with 82 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class CreateFile extends React.Component {
isMarkdownDraft: false,
isSdocDraft: false,
errMessage: '',
isSubmitBtnActive: false,
isSubmitBtnActive: props.fileType.slice(0, -5) ? true : false,
};
this.newInput = React.createRef();
}