mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
fix wiki config error (#6087)
This commit is contained in:
@@ -9,7 +9,7 @@ const generatorBase64Code = (keyLength = 4) => {
|
||||
return key;
|
||||
};
|
||||
|
||||
const generateUniqueId = (navigation, length = 4) => {
|
||||
const generateUniqueId = (navigation = [], length = 4) => {
|
||||
let idMap = {};
|
||||
function recurseItem(item) {
|
||||
if (!item) return;
|
||||
|
Reference in New Issue
Block a user