feat: template recipients on blur

This commit is contained in:
Catalin Pit
2024-08-23 16:00:01 +03:00
parent da9287440b
commit b885aae511
5 changed files with 121 additions and 7 deletions

View File

@ -250,7 +250,7 @@ export const AddSignersFormPartial = ({
console.error(e);
toast({
title: 'Error',
description: 'An error occurred while updating the document settings.',
description: 'An error occurred while updating the document recipient.',
variant: 'destructive',
});
}