We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f016ce9 commit 32694caCopy full SHA for 32694ca
src/Umbraco.Web.UI.Client/src/packages/core/dashboard/app/collection.repository.ts
@@ -31,7 +31,7 @@ export class UmbDashboardAppCollectionRepository extends UmbControllerBase imple
31
const total = manifests.length;
32
const items = manifests.slice(skip, skip + take);
33
const data = { items, total };
34
- return { data };
+ return { data, error: undefined };
35
}
36
37
0 commit comments