add session validation, updated migration script and minor ui changes

This commit is contained in:
prafull-opensignlabs
2023-12-29 12:31:36 +05:30
parent e82384dff8
commit 07f2ceed6e
9 changed files with 161 additions and 50 deletions
@@ -87,10 +87,9 @@ const SelectSigners = (props) => {
/>
</div>
{isError ? <p style={{color:'red', fontSize: "12px", margin:"5px"}}>Please select signer</p>: <p style={{color:'transparent', fontSize: "12px", margin:"5px"}}>.</p>}
<div >
<div>
<button className="submitbutton" onClick={() => handleAdd()}>
Add Signer
Submit
</button>
</div>
</div>