#7283 #7831 itemMigration #553

Merged
carlossa merged 77 commits from 7283-itemMigration into dev 2024-10-25 07:09:13 +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 }) => {
jsegarra marked this conversation as resolved Outdated

rounded? O se quiere cuadrada?

rounded? O se quiere cuadrada?
return {
id: row.id,
id: row?.id,
width: '50px',
};
},