Skip to content

Commit

Permalink
fix: Import category column of item resource
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Oct 14, 2024
1 parent 8c94ee5 commit 49988e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/models/Item.Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default {
name: 'item.field.note',
fieldType: 'text',
},
category: {
categoryId: {
name: 'item.field.category',
fieldType: 'relation',
relationModel: 'ItemCategory',
Expand Down

0 comments on commit 49988e2

Please sign in to comment.