mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
fix: remove share option from public templateId
This commit is contained in:
@@ -1400,20 +1400,6 @@ const ReportTable = (props) => {
|
||||
</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<button
|
||||
onClick={() =>
|
||||
handleShareTemplateid(
|
||||
item.objectId
|
||||
)
|
||||
}
|
||||
className="op-btn op-btn-primary op-btn-outline op-btn-xs md:op-btn-sm "
|
||||
>
|
||||
<i className="fa-light fa-share-from-square"></i>{" "}
|
||||
<span className="hidden md:inline-block">
|
||||
{t("btnLabel.Share")}
|
||||
</span>
|
||||
</button>
|
||||
|
||||
<button
|
||||
className="op-btn op-btn-primary op-btn-outline op-btn-xs md:op-btn-sm"
|
||||
onClick={() =>
|
||||
|
||||
Reference in New Issue
Block a user