chore: minor changes

This commit is contained in:
Ephraim Atta-Duncan
2024-10-16 19:03:14 +00:00
parent f9e3993519
commit b55c419074
5 changed files with 153 additions and 14 deletions

View File

@ -287,7 +287,6 @@ export const EditDocumentForm = ({
if (hasSameOwnerAsRecipient) {
await selfSignDocument({
documentId: document.id,
teamId: team?.id,
});
router.push(`/sign/${recipients[0].token}`);