@sumaris-net/ngx-components 0.23.2-beta → 0.23.2

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.
@@ -513,10 +513,6 @@
513
513
  }
514
514
  // Sort
515
515
  items = items.sort(propertiesPathComparator(keys));
516
- // const sortAttribute = keys && keys[0]
517
- // if (sortAttribute) {
518
- // items = sort(items, sortAttribute);
519
- // }
520
516
  // Truncate if need
521
517
  var total = (items === null || items === void 0 ? void 0 : items.length) || 0;
522
518
  if (opts) {