builder
builder copied to clipboard
[BUG] Loading collection status on CollectionsPage
When it opens the CollectionsPage, the collection status keeps loading until the user enters the CollectionDetailsPage and fetches all the items and entities for that Collection.
Possible solution:
- Update the
collections/:id/items
endpoint in the builder-server to accept the param sortBy - Fetch the latest updated item and its entity in the component CollectionStatus