mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Fix typo in visible for Queue size
This commit is contained in:
parent
43ed7730f0
commit
a171132f98
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export const defaultState = {
|
|||
name: 'size',
|
||||
label: () => translate('Size'),
|
||||
isSortable: true,
|
||||
isVisibile: false
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'outputPath',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue