fix: allow template recipients to be filled (#1148)

## Description

Update the template flow to allow for entering recipient placeholder
emails and names

## Changes Made

- General refactoring
- Added advanced recipient settings for future usage
This commit is contained in:
David Nguyen
2024-05-07 17:22:24 +07:00
committed by GitHub
parent d7a3c40050
commit e50ccca766
9 changed files with 418 additions and 350 deletions

View File

@ -73,7 +73,7 @@ export const TemplatePageView = async ({ params, team }: TemplatePageViewProps)
</div>
<EditTemplateForm
className="mt-8"
className="mt-6"
template={template}
user={user}
recipients={templateRecipients}