Fix typo in visible for Queue size
(cherry picked from commit a171132f989437e3cd85a9689d42e862c6335d1b)
This commit is contained in:
@@ -132,7 +132,7 @@ export const defaultState = {
|
||||
name: 'size',
|
||||
label: () => translate('Size'),
|
||||
isSortable: true,
|
||||
isVisibile: false
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'outputPath',
|
||||
|
||||
Reference in New Issue
Block a user