We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c048c commit 3395785Copy full SHA for 3395785
apps/OpenSign/src/primitives/GetReportDisplay.js
@@ -1060,12 +1060,6 @@ const ReportTable = (props) => {
1060
let extendUser = JSON.parse(localStorage.getItem("Extand_Class"));
1061
setIsPublicUserName(extendUser[0]?.UserName || "");
1062
};
1063
- const handleShareTemplateid = async (templateId) => {
1064
- await window.navigator.share({
1065
- text: templateId,
1066
- title: "Template-Id"
1067
- });
1068
- };
1069
return (
1070
<div className="relative">
1071
{Object.keys(actLoader)?.length > 0 && (
0 commit comments