From fd7ba42288c859336455a1f7f06aee3967090b78 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Tue, 25 Nov 2025 01:26:09 -0600 Subject: [PATCH] Fix: correcciones de accesibilidad y tipo de fecha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Agregar title y description a UModal de gestión de impresoras - Agregar description a UDrawer de guardar template - Corregir tipo de parámetro formatDate para aceptar string | number --- app/components/queue/Actions.vue | 2 +- app/components/templates/TemplateCard.vue | 4 ++-- app/pages/index.vue | 5 +---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app/components/queue/Actions.vue b/app/components/queue/Actions.vue index f04b556..28eae6b 100644 --- a/app/components/queue/Actions.vue +++ b/app/components/queue/Actions.vue @@ -89,7 +89,7 @@ async function saveAsTemplate() { - +