Fx[MonitorTicket]: Fixed summary dialog width #1334

Merged
jsegarra merged 2 commits from Fix-MonitorTicketSummaryDialog into dev 2025-02-05 12:19:15 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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,