From 69bdc968adb0de4507d5c90ee2acf4c816c5e9d3 Mon Sep 17 00:00:00 2001 From: suvarnakale Date: Mon, 27 May 2024 15:38:20 +0530 Subject: [PATCH] Issue #0000 fix: list api calling and circular progress bar styling changes --- src/pages/attendance-history.tsx | 2 +- src/pages/dashboard.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/attendance-history.tsx b/src/pages/attendance-history.tsx index d28822b3..bfc1a79f 100644 --- a/src/pages/attendance-history.tsx +++ b/src/pages/attendance-history.tsx @@ -790,7 +790,7 @@ const UserAttendanceHistory = () => { onClose={handleClose} classId={classId} selectedDate={selectedDate} - onSaveSuccess={() => setHandleSaveHasRun(true)} + onSaveSuccess={() => setHandleSaveHasRun(!handleSaveHasRun)} /> diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx index 2a306e52..cf1bc71d 100644 --- a/src/pages/dashboard.tsx +++ b/src/pages/dashboard.tsx @@ -166,7 +166,7 @@ const Dashboard: React.FC = () => { if (classId) { let limit = 0; let page = 0; - let filters = { cohortId: classId}; + let filters = { cohortId: classId }; const response = await getMyCohortMemberList({ limit, page, @@ -583,6 +583,8 @@ const Dashboard: React.FC = () => { >