Skip to content

Commit 97c048c

Browse files
fix: remove share option from public templateId
1 parent 726eb2f commit 97c048c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

apps/OpenSign/src/primitives/GetReportDisplay.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,20 +1400,6 @@ const ReportTable = (props) => {
14001400
</span>
14011401
</div>
14021402
<div className="flex items-center gap-2">
1403-
<button
1404-
onClick={() =>
1405-
handleShareTemplateid(
1406-
item.objectId
1407-
)
1408-
}
1409-
className="op-btn op-btn-primary op-btn-outline op-btn-xs md:op-btn-sm "
1410-
>
1411-
<i className="fa-light fa-share-from-square"></i>{" "}
1412-
<span className="hidden md:inline-block">
1413-
{t("btnLabel.Share")}
1414-
</span>
1415-
</button>
1416-
14171403
<button
14181404
className="op-btn op-btn-primary op-btn-outline op-btn-xs md:op-btn-sm"
14191405
onClick={() =>

0 commit comments

Comments
 (0)