diff --git a/lib/src/form/src/controller.dart b/lib/src/form/src/controller.dart index b628616..ee9cf15 100644 --- a/lib/src/form/src/controller.dart +++ b/lib/src/form/src/controller.dart @@ -360,7 +360,7 @@ class AstromicFormController extends FormController { } /// Add an instance to the group. - String addInstanceToFormGroupT(String formGroupID, {Map? parents}) { + String addInstanceToFormGroup(String formGroupID, {Map? parents}) { // Get the group structure with the same ID FormGroupStructure? structure = getGroupStructure(formGroupID); assert(structure != null, 'The Group $formGroupID doesn\'t seem to be found, are you sure you initialized it?');