diff --git a/apps/OpenSign/src/primitives/GetReportDisplay.js b/apps/OpenSign/src/primitives/GetReportDisplay.js index bdf665058..674be0372 100644 --- a/apps/OpenSign/src/primitives/GetReportDisplay.js +++ b/apps/OpenSign/src/primitives/GetReportDisplay.js @@ -1060,12 +1060,6 @@ const ReportTable = (props) => { let extendUser = JSON.parse(localStorage.getItem("Extand_Class")); setIsPublicUserName(extendUser[0]?.UserName || ""); }; - const handleShareTemplateid = async (templateId) => { - await window.navigator.share({ - text: templateId, - title: "Template-Id" - }); - }; return (
{Object.keys(actLoader)?.length > 0 && (