From 80b0ee5ab17762cc1e4781513759d2b0889ed5ea Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Thu, 19 Feb 2026 15:08:05 +0100 Subject: [PATCH] - fix for director sending ids about pec mail; --- .../components/LatestPecEmailsTable/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/DashboardDirector/components/LatestPecEmailsTable/index.js b/src/pages/DashboardDirector/components/LatestPecEmailsTable/index.js index 7a45c2d..0f68e81 100644 --- a/src/pages/DashboardDirector/components/LatestPecEmailsTable/index.js +++ b/src/pages/DashboardDirector/components/LatestPecEmailsTable/index.js @@ -71,7 +71,6 @@ const LatestPecEmailsTable = () => { if (isEmpty(ids)) { return; } - setLocalAsyncRequest(true); PecEmailService.doUserAction(getUserActionCallback, errGetUserActionCallbacks, [ ['userActionIds', ids] @@ -125,7 +124,7 @@ const LatestPecEmailsTable = () => { ?