@sumaris-net/ngx-components 2.6.20-beta.3 → 2.6.20-beta.4

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.
@@ -21394,7 +21394,7 @@ class NamedFilterSelector extends AppForm {
21394
21394
  if (this.debug)
21395
21395
  console.debug(`${this.logPrefix} import named filter`, data);
21396
21396
  if (!!this.filterImportCallback) {
21397
- data = this.filterImportCallback(data);
21397
+ data = await this.filterImportCallback(data);
21398
21398
  }
21399
21399
  this.setControlValue(data);
21400
21400
  this.filterSelected.emit(data.content);