mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
chore: Hugh/migrate estimate query cost to v1 (#23226)
Co-authored-by: Diego Medina <diegomedina24@gmail.com>
This commit is contained in:
@@ -335,7 +335,7 @@ export default function sqlLabReducer(state = {}, action) {
|
||||
...state.queryCostEstimates,
|
||||
[action.query.id]: {
|
||||
completed: true,
|
||||
cost: action.json,
|
||||
cost: action.json.result,
|
||||
error: null,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user