You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"To make your template public, it must either contain a single role, or, if it includes multiple roles, all additional roles must already be assigned to signers. The unassigned public role should remain empty and must be placed in the first position. \nVisit below link to know more - \nhttps://docs.opensignlabs.com/docs/help/Templates/make-template-public"
"To make your template public, it must either contain a single role, or, if it includes multiple roles, all additional roles must already be assigned to signers. The unassigned public role should remain empty and must be placed in the first position. \nVisit below link to know more - \nhttps://docs.opensignlabs.com/docs/help/Templates/make-template-public"
1306
-
);
1299
+
setIsPublicError(true);
1307
1300
}
1308
1301
};
1309
1302
constcopytoclipboard=(publicUrl)=>{
1310
1303
copytoData(publicUrl);
1311
-
setCopied(true);
1312
-
setTimeout(()=>setCopied(false),1500);// Reset copied state after 1.5 seconds
1304
+
setIsAlert({type: "success",msg: t("copied")});
1305
+
setTimeout(()=>setIsAlert({type: "success",msg: ""}),1500);// Reset copied state after 1.5 seconds
1313
1306
};
1314
1307
1315
1308
// `handleSendDocument` is trigger when users are linked to all role
0 commit comments