@sumaris-net/ngx-components 2.6.30 → 2.6.31

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.
@@ -4930,7 +4930,7 @@ class AppFormArray extends UntypedFormArray {
4930
4930
  const disabled = this.disabled; // Save enabled here, because update can occur from resizeArray()
4931
4931
  // Reduce
4932
4932
  while (this.length > length) {
4933
- this.removeAt(this.length - 1, { emitEvent: options?.emitEvent });
4933
+ super.removeAt(this.length - 1, { emitEvent: options?.emitEvent });
4934
4934
  }
4935
4935
  // Or increase size
4936
4936
  while (this.length < length) {