mirror of
https://github.com/documenso/documenso
synced 2026-05-24 01:18:23 +00:00
fix: cancel button handler
This commit is contained in:
parent
4306fbc0f3
commit
ded4f03e05
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue