diff --git a/apps/OpenSign/src/primitives/GetReportDisplay.js b/apps/OpenSign/src/primitives/GetReportDisplay.js index fdd623f97..37e425506 100644 --- a/apps/OpenSign/src/primitives/GetReportDisplay.js +++ b/apps/OpenSign/src/primitives/GetReportDisplay.js @@ -1134,7 +1134,7 @@ const ReportTable = (props) => { )} -
+
{isCelebration && (
{
0 ? "h-[317px]" : "h-full" - } w-full`} + isDashboard && props.List?.length > 0 ? "min-h-[317px]" : "h-full" + } overflow-auto w-full`} > @@ -1219,48 +1219,50 @@ const ReportTable = (props) => { - ) : ( @@ -1541,7 +1543,7 @@ const ReportTable = (props) => { )}
{item?.Email || "-"} {item?.Phone || "-"} - {props.actions?.length > 0 && - props.actions.map((act, index) => ( - +
+ {props.actions?.length > 0 && + props.actions.map((act, index) => ( + + ))} + {isDeleteModal[item.objectId] && ( + - - - ))} - {isDeleteModal[item.objectId] && ( - -
-
- {t("contact-delete-alert")} +
+
+ {t("contact-delete-alert")} +
+
+
+ + +
-
-
- - -
-
- - )} + + )} +
-
+
{props.actions?.length > 0 && props.actions.map((act, index) => props.ReportName === "Templates" ? (