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

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.
@@ -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);