fix: Import category column of item resource

This commit is contained in:
Ahmed Bouhuolia
2024-10-14 19:49:32 +02:00
parent 8c94ee5982
commit 49988e27a2

View File

@@ -294,7 +294,7 @@ export default {
name: 'item.field.note',
fieldType: 'text',
},
category: {
categoryId: {
name: 'item.field.category',
fieldType: 'relation',
relationModel: 'ItemCategory',