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:
parent
11768cba9f
commit
8bedfeb33c
@ -1,4 +1,3 @@
|
||||
|
||||
import { WhatsAppInstance } from '@/types/whatsAppTypes';
|
||||
import Layout from '@/components/layout/Layout';
|
||||
import CreateInstanceForm from '@/components/whatsapp/CreateInstanceForm';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user