onshore-forms 0.0.53 → 0.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -187,7 +187,7 @@ class OnshoreFormsService {
187
187
  formGroup.setParent(formArray);
188
188
  formArray.push(formGroup);
189
189
  this.subscribeNestedFormGroup(formGroup);
190
- return formArray;
190
+ return formGroup;
191
191
  }
192
192
  removeFormArrayItem(form, index) {
193
193
  form.removeAt(index);