8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 050d8ae208 - Show all commits

View File

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