Fix typo in visible for Queue size

(cherry picked from commit a171132f989437e3cd85a9689d42e862c6335d1b)
pull/4224/head
Bogdan 8 months ago
parent 7e100c806d
commit 3790c65c9f

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

Loading…
Cancel
Save