1
0
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:
shanshuirenjia
2019-06-04 17:15:48 +08:00
parent 8cf71f84a7
commit b1d62e1e11
2 changed files with 3 additions and 2 deletions

View File

@@ -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);
}