Revert "fix(sql lab): display the 'View Results' button consistently in the history tab on sync mode (#19362)" (#19906)

This reverts commit 6d5d03e592.
This commit is contained in:
Luis Casillas
2022-05-02 12:45:43 -05:00
committed by GitHub
parent 6bd025d8d2
commit 1fa841ee29
3 changed files with 2 additions and 13 deletions

View File

@@ -328,10 +328,8 @@ 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,