mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
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:
@@ -61,7 +61,7 @@ const QueryHistory = ({
|
||||
'progress',
|
||||
'rows',
|
||||
'sql',
|
||||
'output',
|
||||
'results',
|
||||
'actions',
|
||||
]}
|
||||
queries={queries}
|
||||
|
||||
Reference in New Issue
Block a user