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 726eb2f commit 97c048cCopy full SHA for 97c048c
apps/OpenSign/src/primitives/GetReportDisplay.js
@@ -1400,20 +1400,6 @@ const ReportTable = (props) => {
1400
</span>
1401
</div>
1402
<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
-
1417
<button
1418
className="op-btn op-btn-primary op-btn-outline op-btn-xs md:op-btn-sm"
1419
onClick={() =>
0 commit comments