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 &&