fix: refs #6683 add formatting for user name in DMS columns
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-04-11 14:40:01 +02:00
parent db3d17179e
commit 80d56a5468
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ const columns = computed(() => [
name: prop.row.worker?.user?.name.toLowerCase(),
workerId: prop.row.worker?.id,
}),
format: (row) => row?.user?.name,
},
{
align: 'left',