fix(sql lab): replace the output column in the query history table (#19370)

* fix(sql lab): replace the output column in the query history table

* improvements
This commit is contained in:
Diego Medina
2022-04-13 12:22:03 -04:00
committed by GitHub
parent b81982d8f3
commit d4e7c65f6a
2 changed files with 7 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ const QueryHistory = ({
'progress',
'rows',
'sql',
'output',
'results',
'actions',
]}
queries={queries}