Use Type instead of Genre for column in items list
https://forums.zotero.org/discussion/comment/465996/#Comment_465996
This commit is contained in:
parent
b7244998a1
commit
e00b754fce
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue