mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix(sql lab): display the 'View Results' button consistently in the history tab on sync mode (#19362)
* fix(sql lab): display the 'View Results' button in the history tab when running sync queries * pr comment
This commit is contained in:
@@ -328,8 +328,10 @@ export default function sqlLabReducer(state = {}, action) {
|
||||
if (action.query.state === 'stopped') {
|
||||
return state;
|
||||
}
|
||||
|
||||
const alts = {
|
||||
endDttm: now(),
|
||||
resultsKey: action?.results?.query?.resultsKey,
|
||||
progress: 100,
|
||||
results: action.results,
|
||||
rows: action?.results?.query?.rows || 0,
|
||||
|
||||
Reference in New Issue
Block a user