mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
fix bugs
This commit is contained in:
@@ -17,7 +17,7 @@ class CreateFile extends React.Component {
|
||||
super(props);
|
||||
this.state = {
|
||||
parentPath: '',
|
||||
childName: props.fileType,
|
||||
childName: props.fileType || '',
|
||||
isDraft: false,
|
||||
errMessage: '',
|
||||
};
|
||||
|
Reference in New Issue
Block a user