Use Type instead of Genre for column in items list

https://forums.zotero.org/discussion/comment/465996/#Comment_465996
This commit is contained in:
Dan Stillman 2024-06-18 13:52:45 -04:00
parent b7244998a1
commit e00b754fce

View file

@ -296,11 +296,11 @@ const COLUMNS = [
zoteroPersist: ["width", "hidden", "sortDirection"]
},
{
dataKey: "genre",
dataKey: "type",
disabledIn: ["feeds", "feed"],
showInColumnPicker: true,
columnPickerSubMenu: true,
label: "itemFields.genre",
label: "itemFields.type",
flex: 1,
zoteroPersist: ["width", "hidden", "sortDirection"]
},