diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue index 3449bd1f66..6f04986859 100644 --- a/packages/client/src/pages/messaging/index.vue +++ b/packages/client/src/pages/messaging/index.vue @@ -160,7 +160,6 @@ const dmsPagination = { params: { group: false, }, - noPaging: true, }; const groupsPagination = { endpoint: "messaging/history" as const, @@ -168,7 +167,6 @@ const groupsPagination = { params: { group: true, }, - noPaging: true, }; function onMessage(message): void { diff --git a/packages/client/src/pages/search.vue b/packages/client/src/pages/search.vue index 3f49186e32..161d0e6dc1 100644 --- a/packages/client/src/pages/search.vue +++ b/packages/client/src/pages/search.vue @@ -73,7 +73,6 @@ const usersPagination = { query: props.query, origin: "combined", })), - noPaging: true, }; const tabs = ["notes", "users"];