diff --git a/src/pages/Logs/LogTable.tsx b/src/pages/Logs/LogTable.tsx index 39775a29..e97b7c32 100644 --- a/src/pages/Logs/LogTable.tsx +++ b/src/pages/Logs/LogTable.tsx @@ -400,7 +400,7 @@ const LogTable: FC = () => { ? PRIMARY_HEADER_HEIGHT + LOGS_PRIMARY_TOOLBAR_HEIGHT + LOGS_SECONDARY_TOOLBAR_HEIGHT : 0; - const totalCount = Array.isArray(fetchQueryMutation?.data) ? fetchQueryMutation.data[0]?.["COUNT(*)"] : null; + const totalCount = Array.isArray(fetchQueryMutation?.data) ? fetchQueryMutation.data[0]?.count : null; const loadedCount = pageLogData?.data.length || null; return (