[bugfix] show results in query history & revert #5848 (#6436)

* revert 848

* nit
This commit is contained in:
Junda Yang
2019-01-13 22:31:27 -08:00
committed by Grace Guo
parent 284a0cccd3
commit b1dbd1cab6
3 changed files with 2 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ export default function sqlLabReducer(state = {}, action) {
progress: 100,
results: action.results,
rows,
state: 'rendering',
state: 'success',
errorMessage: null,
cached: false,
};