@vendure/admin-ui 1.8.3 → 1.8.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.
@@ -1574,7 +1574,7 @@
1574
1574
  addresses: null,
1575
1575
  user: null,
1576
1576
  }, function (id) { return dataService.customer
1577
- .getCustomer(id, { sort: { orderPlacedAt: i2.SortOrder.DESC } })
1577
+ .getCustomer(id, { take: 10, sort: { orderPlacedAt: i2.SortOrder.DESC } })
1578
1578
  .mapStream(function (data) { return data.customer; }); }) || this;
1579
1579
  }
1580
1580
  return CustomerResolver;