From 37096e6ade26a482445e0f1f87fa0f31d5e8eb69 Mon Sep 17 00:00:00 2001 From: lukibeg Date: Fri, 19 Dec 2025 15:41:07 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Bugs=20no=20componente=20de=20divis?= =?UTF-8?q?=C3=A3o=20de=20setores.|Preventivo=20aplicado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/Components/SetQueueNameForm.vue | 9 +--- .../js/Components/SetQueueSectorForm.vue | 13 +++--- resources/js/Layouts/AuthenticatedLayout.vue | 44 ++++++++++++++----- 3 files changed, 39 insertions(+), 27 deletions(-) diff --git a/resources/js/Components/SetQueueNameForm.vue b/resources/js/Components/SetQueueNameForm.vue index ca07992..3576c41 100644 --- a/resources/js/Components/SetQueueNameForm.vue +++ b/resources/js/Components/SetQueueNameForm.vue @@ -27,16 +27,11 @@ const submitQueueInfo = () => { onSuccess: () => closeModal(), }); }; +defineExpose({ openModal }); +