mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Fix typo in visible for Queue size
(cherry picked from commit a171132f989437e3cd85a9689d42e862c6335d1b)
This commit is contained in:
parent
7e100c806d
commit
3790c65c9f
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export const defaultState = {
|
|||
name: 'size',
|
||||
label: () => translate('Size'),
|
||||
isSortable: true,
|
||||
isVisibile: false
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'outputPath',
|
||||
|
|
Loading…
Reference in a new issue