1
0
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:
Bogdan 2023-10-19 13:34:43 +03:00 committed by Mark McDowall
parent 43ed7730f0
commit a171132f98

View File

@ -144,7 +144,7 @@ export const defaultState = {
name: 'size',
label: () => translate('Size'),
isSortable: true,
isVisibile: false
isVisible: false
},
{
name: 'outputPath',