@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.
- package/esm2020/src/app/shared/named-filter/named-filter-selector.component.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/named-filter/named-filter-selector.component.d.ts +1 -1
|
@@ -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);
|