@sumaris-net/ngx-components 2.6.23-beta1 → 2.6.23-beta2

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.
@@ -21338,7 +21338,6 @@ class NamedFilterSelector extends AppForm {
21338
21338
  return super.dirty || this.filterFormDirty;
21339
21339
  }
21340
21340
  ngOnInit() {
21341
- super.ngOnInit();
21342
21341
  this.registerSubscription(this.form.controls.namedFilter.valueChanges.pipe(debounceTime(100), distinctUntilChanged()).subscribe((value) => this.onFilterChanges(value)));
21343
21342
  }
21344
21343
  setEntityName(entityName) {