Fix typo in visible for Queue size
This commit is contained in:
parent
43ed7730f0
commit
a171132f98
|
@ -144,7 +144,7 @@ export const defaultState = {
|
|||
name: 'size',
|
||||
label: () => translate('Size'),
|
||||
isSortable: true,
|
||||
isVisibile: false
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'outputPath',
|
||||
|
|
Loading…
Reference in New Issue