🚧 signign workflow

This commit is contained in:
Timur Ercan
2023-02-17 13:37:28 +01:00
parent ad86b20498
commit 5a3dd547b8
4 changed files with 141 additions and 27 deletions

View File

@@ -105,7 +105,16 @@ export default function SignatureDialog(props: any) {
>
Cancel
</Button>
<Button className="ml-3" disabled={!typedName}>
<Button
className="ml-3"
disabled={!typedName}
onClick={() => {
props.onClose({
type: "type",
name: "typedName",
});
}}
>
Sign
</Button>
</div>