New: Show query type in history

This commit is contained in:
Bogdan
2023-06-29 16:25:49 +03:00
parent 90f2020e59
commit 95691c7476
2 changed files with 25 additions and 1 deletions
@@ -58,6 +58,12 @@ export const defaultState = {
isSortable: false,
isVisible: false
},
{
name: 'queryType',
label: translate('QueryType'),
isSortable: false,
isVisible: false
},
{
name: 'categories',
label: translate('Categories'),