mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(sqllab): giving the query history pane a facelift (#31316)
This commit is contained in:
committed by
GitHub
parent
988da2c477
commit
4ff9aac1fa
@@ -421,9 +421,7 @@ export function postStopQuery(query) {
|
||||
})
|
||||
.then(() => dispatch(stopQuery(query)))
|
||||
.then(() => dispatch(addSuccessToast(t('Query was stopped.'))))
|
||||
.catch(() =>
|
||||
dispatch(addDangerToast(t('Failed at stopping query. %s', query.id))),
|
||||
);
|
||||
.catch(() => dispatch(addDangerToast(t('Failed to stop query.'))));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user