mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
feat: support new errors payload in SQL Lab (#10243)
This commit is contained in:
@@ -343,6 +343,7 @@ export default function sqlLabReducer(state = {}, action) {
|
||||
}
|
||||
const alts = {
|
||||
state: 'failed',
|
||||
errors: action.errors,
|
||||
errorMessage: action.msg,
|
||||
endDttm: now(),
|
||||
link: action.link,
|
||||
|
||||
Reference in New Issue
Block a user