@sumaris-net/ngx-components 2.6.20-beta.4 → 2.6.20
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 +3 -3
- 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
- package/src/assets/manifest.json +1 -1
|
@@ -21387,7 +21387,7 @@ class NamedFilterSelector extends AppForm {
|
|
|
21387
21387
|
uniqueFile: true,
|
|
21388
21388
|
instantUpload: true,
|
|
21389
21389
|
});
|
|
21390
|
-
if (!result)
|
|
21390
|
+
if (!result || isEmptyArray(result.data))
|
|
21391
21391
|
return;
|
|
21392
21392
|
try {
|
|
21393
21393
|
let data = JSON.parse(result.data[0].response.body);
|