fix: refs #8395 update label for total column
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-21 10:08:26 +01:00
parent 1fbcd0ccd5
commit 0f64477763
1 changed files with 1 additions and 2 deletions

View File

@ -92,8 +92,7 @@ const columns = computed(() => [
}, },
{ {
name: 'total', name: 'total',
label: t('Total'), label: 'Total',
align: 'left', align: 'left',
}, },
]); ]);