Skip to content

Commit d986a4a

Browse files
authored
feat: fix bug that initialize group children as empty array instead of empty string (casdoor#3620)
1 parent 2df3878 commit d986a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init_data.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
"isTopGroup": true,
435435
"title": "",
436436
"key": "",
437-
"children": "",
437+
"children": [],
438438
"isEnabled": true
439439
}
440440
],

0 commit comments

Comments
 (0)