Fix typo in visible for Queue size

(cherry picked from commit a171132f989437e3cd85a9689d42e862c6335d1b)
This commit is contained in:
Bogdan 2023-10-19 13:34:43 +03:00
parent 7e100c806d
commit 3790c65c9f
1 changed files with 1 additions and 1 deletions

View File

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