feat: fix bug that initialize group children as empty array instead of empty string (#3620)

This commit is contained in:
Lai Zn
2025-02-26 08:50:09 +08:00
committed by GitHub
parent 2df3878c15
commit d986a4a9e0

View File

@ -434,7 +434,7 @@
"isTopGroup": true,
"title": "",
"key": "",
"children": "",
"children": [],
"isEnabled": true
}
],