diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index c9ae6f489c..b2a86b028a 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -416,7 +416,7 @@ export function runQuery(_ref, queryId, queryName, confirmed = undefined) { } if (data.status === 'failed') { - toast.error(data.message, { hideProgressBar: true, autoClose: 3000 }); + console.error(data.message); return _self.setState( {