mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +00:00
repair code bug
This commit is contained in:
@@ -38,7 +38,7 @@ class MainPanel extends Component {
|
||||
}
|
||||
|
||||
onMainNavBarClick = (e) => {
|
||||
let path = Utils.getEventData(e, path);
|
||||
let path = Utils.getEventData(e, 'path');
|
||||
this.props.onMainNavBarClick(path);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user