fix broken form validation on emails

This commit is contained in:
KMKoushik
2025-04-21 10:32:20 +10:00
parent 84de7a1f65
commit c5aa5a5ff0
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ export const DeleteTeamMember: React.FC<{
<DialogDescription>
{self
? "Are you sure you want to leave the team? This action cannot be undone."
: 'Are you sure you want to remove"{teamUser.email}" from the team? This action cannot be undone.'}
: `Are you sure you want to remove ${teamUser.email} from the team? This action cannot be undone.`}
</DialogDescription>
</DialogHeader>
<div className="flex justify-end gap-4 mt-6">