revert: column time
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-21 11:44:07 +01:00
parent 81a33dd2fc
commit ef624af3f8
1 changed files with 0 additions and 6 deletions

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),
},
{