Skip to content

Commit 32694ca

Browse files
committed
Update collection.repository.ts
1 parent f016ce9 commit 32694ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/dashboard/app/collection.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class UmbDashboardAppCollectionRepository extends UmbControllerBase imple
3131
const total = manifests.length;
3232
const items = manifests.slice(skip, skip + take);
3333
const data = { items, total };
34-
return { data };
34+
return { data, error: undefined };
3535
}
3636
}
3737

0 commit comments

Comments
 (0)