From 8467340fb54d6d95fe8251ce3a71353e7fcf5f7e Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Wed, 16 Oct 2024 12:13:19 +0530 Subject: [PATCH] fix: report UI --- apps/OpenSign/src/primitives/GetReportDisplay.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/OpenSign/src/primitives/GetReportDisplay.js b/apps/OpenSign/src/primitives/GetReportDisplay.js index b9176d19b..f1af679db 100644 --- a/apps/OpenSign/src/primitives/GetReportDisplay.js +++ b/apps/OpenSign/src/primitives/GetReportDisplay.js @@ -1227,7 +1227,13 @@ const ReportTable = (props) => {
0 ? "min-h-[317px]" : "h-screen" + isDashboard && props.List?.length > 0 + ? "min-h-[317px]" + : `${ + currentList?.length === props.docPerPage + ? "h-fit" + : "h-screen" + }` } overflow-auto w-full border-b`} >