1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fix typo in visible for Queue size

This commit is contained in:
Bogdan
2023-10-19 13:34:43 +03:00
committed by Mark McDowall
parent 43ed7730f0
commit a171132f98
+1 -1
View File
@@ -144,7 +144,7 @@ export const defaultState = {
name: 'size',
label: () => translate('Size'),
isSortable: true,
isVisibile: false
isVisible: false
},
{
name: 'outputPath',