diff --git a/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type/views/relation-type-detail-workspace-view.element.ts b/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type/views/relation-type-detail-workspace-view.element.ts index a2ee72aeca..433925ea67 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type/views/relation-type-detail-workspace-view.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/relations/relation-types/workspace/relation-type/views/relation-type-detail-workspace-view.element.ts @@ -41,7 +41,7 @@ export class UmbRelationTypeDetailWorkspaceViewElement extends UmbLitElement imp constructor() { super(); - this.#paginationManager.setPageSize(2); + this.#paginationManager.setPageSize(50); this.observe(this.#paginationManager.currentPage, (number) => (this._currentPageNumber = number)); this.observe(this.#paginationManager.totalPages, (number) => (this._totalPages = number));