fix: auto expand the fields group

This commit is contained in:
jialin
2025-11-07 11:56:12 +08:00
parent 39efca0d4c
commit 64e2cfa35a
18 changed files with 168 additions and 101 deletions
-1
View File
@@ -51,7 +51,6 @@ const BackendForm: React.FC<AddModalProps> = forwardRef(
}
return item;
});
onFinish(data);
};