mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
Fix typo in error message
This commit is contained in:
parent
e8704569f0
commit
ec9db318e3
@ -338,7 +338,7 @@ export class ElasticResponse {
|
||||
if (err.root_cause && err.root_cause.length > 0 && err.root_cause[0].reason) {
|
||||
result.message = err.root_cause[0].reason;
|
||||
} else {
|
||||
result.message = err.reason || 'Unkown elatic error response';
|
||||
result.message = err.reason || 'Unkown elastic error response';
|
||||
}
|
||||
|
||||
if (response.$$config) {
|
||||
|
Loading…
Reference in New Issue
Block a user