mirror of https://github.com/grafana/grafana.git
Bugfix: Fix Testdata CSV empty scenario (#89890)
This commit is contained in:
parent
569853278b
commit
55ba32bda7
|
@ -28,7 +28,7 @@ func (s *Service) handleCsvContentScenario(ctx context.Context, req *backend.Que
|
||||||
|
|
||||||
csvContent := model.CsvContent
|
csvContent := model.CsvContent
|
||||||
if len(csvContent) == 0 {
|
if len(csvContent) == 0 {
|
||||||
return backend.NewQueryDataResponse(), nil
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
alias := model.Alias
|
alias := model.Alias
|
||||||
|
|
Loading…
Reference in New Issue