fix: fixed errors on CustomerSamples
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pau Rovira 2025-04-02 11:53:44 +00:00
parent 36918d8434
commit 8d3c2f51cf
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const columns = computed(() => [
}, },
{ {
align: 'left', align: 'left',
format: (row) => row.type.description, format: (row) => row?.type?.description,
label: t('Description'), label: t('Description'),
name: 'description', name: 'description',
}, },