mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
detail bug repair (#3250)
This commit is contained in:
@@ -88,7 +88,7 @@ class LibContentContainer extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
currentDirent: null,
|
||||
currentDirent: {},
|
||||
};
|
||||
|
||||
this.errMessage = (<div className="message err-tip">{gettext('Folder does not exist.')}</div>);
|
||||
|
Reference in New Issue
Block a user