Updated metrics components for compare mode.
This commit is contained in:
@@ -62,8 +62,8 @@ async function clickhouseQuery(
|
||||
limit 500
|
||||
`,
|
||||
params,
|
||||
).then(a => {
|
||||
return Object.values(a).map(a => {
|
||||
).then(result => {
|
||||
return Object.values(result).map((a: any) => {
|
||||
return {
|
||||
fieldName: a.fieldName,
|
||||
dataType: Number(a.dataType),
|
||||
|
||||
Reference in New Issue
Block a user