This commit is contained in:
2025-04-13 17:40:38 +02:00
parent 4f48f96918
commit fb5f6a240d

View File

@@ -360,7 +360,7 @@ class AstromicFormController extends FormController {
}
/// Add an instance to the group.
String addInstanceToFormGroupT(String formGroupID, {Map<String, int>? parents}) {
String addInstanceToFormGroup(String formGroupID, {Map<String, int>? 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?');