diff --git a/packages/features/team-accounts/src/components/settings/team-account-danger-zone.tsx b/packages/features/team-accounts/src/components/settings/team-account-danger-zone.tsx index 923995aa9..e6dc57a22 100644 --- a/packages/features/team-accounts/src/components/settings/team-account-danger-zone.tsx +++ b/packages/features/team-accounts/src/components/settings/team-account-danger-zone.tsx @@ -151,7 +151,7 @@ function DeleteTeamConfirmationForm({ }), ), defaultValues: { - name: '', + confirm: '', }, });