mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Typo: fix typo in processDataFrame.ts comment (#18492)
This commit is contained in:
parent
b3d2cc3e2f
commit
8b0bbb2c4f
@ -148,7 +148,7 @@ export const toDataFrame = (data: any): DataFrame => {
|
||||
if (data.hasOwnProperty('columns')) {
|
||||
return convertTableToDataFrame(data);
|
||||
}
|
||||
// TODO, try to convert JSON/Array to seriesta?
|
||||
// TODO, try to convert JSON/Array to table?
|
||||
console.warn('Can not convert', data);
|
||||
throw new Error('Unsupported data format');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user