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 changed files with 1 additions and 1 deletions

View File

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