Merge pull request 'Fx[MonitorTicket]: Fixed summary dialog width' (!1334) #1335

Merged
jon merged 1 commits from warmfix_ticketSummary_width into test 2025-02-05 12:24:59 +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,