Fix: Implement instance detection logic

The previous changes did not fully resolve the issue. This commit ensures the correct instance detection logic is implemented, based on the user's email and the instance status in the database. This affects the creation of new instances and group creation.
This commit is contained in:
gpt-engineer-app[bot] 2025-06-21 15:09:59 +00:00
parent 11768cba9f
commit 8bedfeb33c

View File

@ -1,4 +1,3 @@
import { WhatsAppInstance } from '@/types/whatsAppTypes';
import Layout from '@/components/layout/Layout';
import CreateInstanceForm from '@/components/whatsapp/CreateInstanceForm';