HOTFIX: shipped columnFilter #1463

Merged
jsegarra merged 4 commits from hotfix_ticket_shipped into master 2025-02-21 11:02:44 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit ef624af3f8 - Show all commits

View File

@ -120,12 +120,6 @@ const columns = computed(() => [
align: 'left',
name: 'shipped',
label: t('ticketList.hour'),
columnFilter: {
component: 'time',
attrs: {
timeOnly: true,
},
},
format: (row) => toTimeFormat(row.shipped),
},
{