diff --git a/src/components/whatsappGroups/CreateGroupForm.tsx b/src/components/whatsappGroups/CreateGroupForm.tsx
index dfd6e64..642d4a3 100644
--- a/src/components/whatsappGroups/CreateGroupForm.tsx
+++ b/src/components/whatsappGroups/CreateGroupForm.tsx
@@ -31,9 +31,9 @@ const CreateGroupForm = ({ userEmail, onSuccess }: CreateGroupFormProps) => {
}
// A lógica agora é a mesma da outra página: `hasExistingInstance`
- if (!hasExistingInstance) {
- return ;
- }
+ //if (!hasExistingInstance) {
+ // return ;
+ //}
const handleSubmit = (nomeGrupo: string) => {
handleCadastrarGrupo(nomeGrupo, existingInstanceData);