From d986a4a9e07e9b67dfcbab2573cfaf6c16b8f9c3 Mon Sep 17 00:00:00 2001 From: Lai Zn Date: Wed, 26 Feb 2025 08:50:09 +0800 Subject: [PATCH] feat: fix bug that initialize group children as empty array instead of empty string (#3620) --- init_data.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_data.json.template b/init_data.json.template index ce851d85..dedd8b8a 100644 --- a/init_data.json.template +++ b/init_data.json.template @@ -434,7 +434,7 @@ "isTopGroup": true, "title": "", "key": "", - "children": "", + "children": [], "isEnabled": true } ],