Merge branch 'main' into feat/start-selfSign

This commit is contained in:
Adithya Krishna
2024-05-06 11:37:16 +05:30
committed by GitHub
16 changed files with 126 additions and 60 deletions

View File

@ -282,6 +282,7 @@ export const AddTemplatePlaceholderRecipientsFormPartial = ({
<Button
type="button"
className="dark:bg-muted dark:hover:bg-muted/80 bg-black/5 hover:bg-black/10"
variant="secondary"
disabled={
isSubmitting || getValues('signers').some((signer) => signer.email === user?.email)
}