mirror of
https://github.com/Readarr/Readarr
synced 2026-01-25 17:02:54 +01:00
Fixed: Missing Book column in cutoff unmet
This commit is contained in:
parent
61617ff5bc
commit
15dee29057
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ export const defaultState = {
|
|||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'books.Title',
|
||||
name: 'books.title',
|
||||
label: 'Book',
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue