From dda094c34821f2bb2da2042c6a07442e66b719e0 Mon Sep 17 00:00:00 2001 From: Sasha Karlovich Date: Thu, 20 Feb 2025 15:48:36 +0300 Subject: [PATCH] fix: pagination for stage interview page (#2599) * fix: pagination for stage interview page * fix: single expression body for showTotal --- client/src/pages/course/admin/stage-interviews.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/pages/course/admin/stage-interviews.tsx b/client/src/pages/course/admin/stage-interviews.tsx index 878b71198..730af65d9 100644 --- a/client/src/pages/course/admin/stage-interviews.tsx +++ b/client/src/pages/course/admin/stage-interviews.tsx @@ -60,7 +60,11 @@ function Page() { `${range[0]}-${range[1]} of ${total} interviews`, + }} size="small" rowKey="id" dataSource={interviews}