From 15027fc8c1be09ce68349bc5a3c23bfdc0062a0a Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 10 Sep 2023 14:15:03 -0700 Subject: [PATCH] Revert "fix: :bug: pagination on repeating components" This reverts commit dbd05c0a1e778b1d6a256e00b2b8c519c4e0bec3. --- packages/client/src/pages/messaging/index.vue | 2 -- packages/client/src/pages/search.vue | 1 - 2 files changed, 3 deletions(-) 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"];