mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-26 17:42:33 +02:00
refactor code
This commit is contained in:
@@ -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 (
|
||||
<div className="relative">
|
||||
{Object.keys(actLoader)?.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user