[SYNC]
This commit is contained in:
@@ -118,6 +118,7 @@ class _FormGroupWrapperState extends State<FormGroupWrapper> {
|
||||
String id = '';
|
||||
setState(() {
|
||||
id = widget.formController.addInstanceToFormGroup(widget.groupID);
|
||||
instances = widget.formController.getFormGroupValue(widget.groupID)!.instances;
|
||||
});
|
||||
return id;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user