mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 11:41:44 +10:00
feat: update recipient expiry handling
This commit is contained in:
@ -101,6 +101,8 @@ export const ResendDocumentActionItem = ({
|
||||
|
||||
setIsOpen(false);
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
|
||||
toast({
|
||||
title: _(msg`Something went wrong`),
|
||||
description: _(msg`This document could not be re-sent at this time. Please try again.`),
|
||||
|
||||
Reference in New Issue
Block a user