Delete Team: Fix name of the form field

This commit is contained in:
gbuomprisco
2025-01-03 11:44:57 +08:00
parent 3970076899
commit 6ccc879076

View File

@@ -151,7 +151,7 @@ function DeleteTeamConfirmationForm({
}), }),
), ),
defaultValues: { defaultValues: {
name: '', confirm: '',
}, },
}); });