mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
fix error message format when long query timeout (#3823)
This commit is contained in:
@@ -62,7 +62,7 @@ export default function chartReducer(charts = {}, action) {
|
||||
return { ...state,
|
||||
chartStatus: 'failed',
|
||||
chartAlert: (
|
||||
"<strong>{t('Query timeout')}</strong> - " +
|
||||
`<strong>${t('Query timeout')}</strong> - ` +
|
||||
t(`visualization queries are set to timeout at ${action.timeout} seconds. `) +
|
||||
t('Perhaps your data has grown, your database is under unusual load, ' +
|
||||
'or you are simply querying a data source that is too large ' +
|
||||
|
||||
Reference in New Issue
Block a user