From fdec3b41967ad41cd7706c2d3773086410a89d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C3=A9onore=20Voisin?= Date: Wed, 2 Jul 2025 16:31:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(front)=20fix=20missing=20paginatio?= =?UTF-8?q?n=20mail=20domains?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix position div ref --- CHANGELOG.md | 6 ++++++ .../mailboxes/components/panel/MailBoxesListView.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5c5f5..23fa601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,14 @@ and this project adheres to ## [Unreleased] +### Fixed + +- 🐛(front) fix missing pagination mail domains #950 + ## [1.18.1] - 2025-07-02 +### Fixed + - 🐛(front) fix missing pagination on mail domains #946 ## [1.18.0] - 2025-06-30 diff --git a/src/frontend/apps/desk/src/features/mail-domains/mailboxes/components/panel/MailBoxesListView.tsx b/src/frontend/apps/desk/src/features/mail-domains/mailboxes/components/panel/MailBoxesListView.tsx index 23da8fd..b7417ca 100644 --- a/src/frontend/apps/desk/src/features/mail-domains/mailboxes/components/panel/MailBoxesListView.tsx +++ b/src/frontend/apps/desk/src/features/mail-domains/mailboxes/components/panel/MailBoxesListView.tsx @@ -174,10 +174,10 @@ export function MailBoxesListView({ ]} isLoading={isLoading} /> -
{isFetchingNextPage &&
{t('Loading more...')}
} ) : null} +
); }