✅ Múltiplos atendentes - 1 número, vários usuários + Limitar o primeiro contato
👉 Instruções Vídeo:
sudo mysql -u root
mysql> USE whaticket;
mysql> ALTER TABLE `Tickets` CHANGE `queueId` `queueId` INT(11) NULL DEFAULT '2';
mysql> FLUSH PRIVILEGES;
mysql> exit;
service mysql restart
import { Can } from "../components/Can";
<Can
role={user.profile}
perform="drawer-admin-items:view"
yes={() => (
<>
{user.id && <NotificationsPopOver />}
</>
)}
/>