Merge pull request #399 from captain-Akshay/feat/handle_click

fix: cancel button handler
This commit is contained in:
Lucas Smith
2023-09-23 22:19:57 +10:00
committed by GitHub

View File

@ -101,6 +101,7 @@ export const SigningForm = ({ document, recipient, fields }: SigningFormProps) =
className="dark:bg-muted dark:hover:bg-muted/80 w-full bg-black/5 hover:bg-black/10"
variant="secondary"
size="lg"
onClick={() => router.back()}
>
Cancel
</Button>