mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
InputDataSource: Fixed issue with config editor (#19818)
This commit is contained in:
@@ -4,5 +4,5 @@ export function dataFrameToCSV(dto?: DataFrameDTO[]) {
|
||||
if (!dto || !dto.length) {
|
||||
return '';
|
||||
}
|
||||
return toCSV(dto.map(v => toDataFrame(dto)));
|
||||
return toCSV(dto.map(v => toDataFrame(v)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user