[SYNC]
This commit is contained in:
@@ -360,7 +360,7 @@ class AstromicFormController extends FormController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Add an instance to the group.
|
/// 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
|
// Get the group structure with the same ID
|
||||||
FormGroupStructure? structure = getGroupStructure(formGroupID);
|
FormGroupStructure? structure = getGroupStructure(formGroupID);
|
||||||
assert(structure != null, 'The Group $formGroupID doesn\'t seem to be found, are you sure you initialized it?');
|
assert(structure != null, 'The Group $formGroupID doesn\'t seem to be found, are you sure you initialized it?');
|
||||||
|
|||||||
Reference in New Issue
Block a user