add reactour for template

This commit is contained in:
prafull-opensignlabs
2023-12-27 16:26:56 +05:30
parent a4b4dc885c
commit 730a7a4e15
6 changed files with 32 additions and 23 deletions
@@ -8,7 +8,9 @@ const AddRoleModal = (props) => {
isOpen={props.isModalRole}
handleClose={props.handleCloseRoleModal}
>
<div className="addusercontainer">
<div
className="addusercontainer"
>
<form
style={{ display: "flex", flexDirection: "column" }}
onSubmit={props.handleAddRole}
@@ -20,7 +20,6 @@ function FieldsComponent({
isDragSignatureSS,
isSignYourself,
addPositionOfSignature,
signersdata,
isSelectListId,
setSignerObjId,
@@ -184,6 +183,7 @@ function FieldsComponent({
)}
{handleAddSigner && (
<div
data-tut="reactourAddbtn"
style={{
margin: "5px 0 5px 0",
backgroundColor: themeColor(),
@@ -254,7 +254,7 @@ function SignerListPlace({
</>
</div>
{handleAddSigner && (
<div className="addSignerBtn" onClick={() => handleAddSigner()}>
<div data-tut="reactourAddbtn" className="addSignerBtn" onClick={() => handleAddSigner()}>
<i className="fa-solid fa-plus"></i>
<span style={{ marginLeft: 2 }}>Add</span>
</div>