mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-08 06:47:56 +02:00
Fix typo in visible for Queue size
This commit is contained in:
parent
43ed7730f0
commit
a171132f98
@ -144,7 +144,7 @@ export const defaultState = {
|
|||||||
name: 'size',
|
name: 'size',
|
||||||
label: () => translate('Size'),
|
label: () => translate('Size'),
|
||||||
isSortable: true,
|
isSortable: true,
|
||||||
isVisibile: false
|
isVisible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'outputPath',
|
name: 'outputPath',
|
||||||
|
Loading…
Reference in New Issue
Block a user