From cf7bcdae7a23e676aebcb5fc7d075b57bf072037 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 5 Feb 2025 12:21:39 +0000 Subject: [PATCH] Merge pull request 'Fx[MonitorTicket]: Fixed summary dialog width' (!1334) Reviewed-on: https://gitea.verdnatura.es/verdnatura/salix-front/pulls/1334 Reviewed-by: Javier Segarra --- src/pages/Monitor/Ticket/MonitorTickets.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Monitor/Ticket/MonitorTickets.vue b/src/pages/Monitor/Ticket/MonitorTickets.vue index e6b4631a0..3b5dccb56 100644 --- a/src/pages/Monitor/Ticket/MonitorTickets.vue +++ b/src/pages/Monitor/Ticket/MonitorTickets.vue @@ -293,7 +293,7 @@ const columns = computed(() => [ title: t('globals.preview'), icon: 'preview', color: 'primary', - action: (row) => viewSummary(row.id, TicketSummary), + action: (row) => viewSummary(row.id, TicketSummary, 'lg-width'), isPrimary: true, attrs: { flat: true,