refs #7283 fix items error get images
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-09-12 11:43:37 +02:00
parent 68a2ac385f
commit 050d8ae208
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const columns = computed(() => [
component: VnImg,
attrs: ({ row }) => {
return {
id: row.id,
id: row?.id,
width: '50px',
};
},