From 8f5151655c700b9dc30dfef7e86eb23e69c51d5a Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Wed, 2 Jul 2025 00:03:29 +0000
Subject: [PATCH] Code edited in Lovable Code Editor
Edited UI in Lovable
---
src/components/whatsappGroups/CreateGroupForm.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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);