mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
repair code error
This commit is contained in:
@@ -131,7 +131,7 @@ class App extends Component {
|
||||
} else {
|
||||
let navTab = {
|
||||
url: siteRoot + tabName + '/',
|
||||
showName: this.getTabShowName(tabName, groupID),
|
||||
showName: this.getTabShowName(tabName),
|
||||
name: tabName,
|
||||
id: null,
|
||||
};
|
||||
|
Reference in New Issue
Block a user