mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-07 08:10:27 +08:00
feat: fix bug that initialize group children as empty array instead of empty string (#3620)
This commit is contained in:
@ -434,7 +434,7 @@
|
||||
"isTopGroup": true,
|
||||
"title": "",
|
||||
"key": "",
|
||||
"children": "",
|
||||
"children": [],
|
||||
"isEnabled": true
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user