mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-06 06:41:40 +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',
|
||||
label: () => translate('Size'),
|
||||
isSortable: true,
|
||||
isVisibile: false
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'outputPath',
|
||||
|
Loading…
Reference in New Issue
Block a user