DataFormats: When transforming TableModel -> DataFrame -> Table preserve the type attribute (#19621)

This commit is contained in:
Torkel Ödegaard
2019-10-07 09:06:25 +02:00
committed by GitHub
parent 6f0faa595b
commit 99c1c16a04
3 changed files with 4 additions and 0 deletions
@@ -299,6 +299,7 @@ export const toLegacyResponseData = (frame: DataFrame): TimeSeries | TableData =
}
return { text: name };
}),
type: 'table',
refId: frame.refId,
meta: frame.meta,
rows,