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