Skip to content

Commit

Permalink
fixing dashboard widgets with built-in queries containing aggregations.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 2, 2023
1 parent 623c9ab commit f3b1c7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('DashboardWidgetComponent', () => {
"where": {},

"aggregations":{
"count_by": "source_resource_type"
"count_by": {"field": "source_resource_type"}
},
}
},
Expand All @@ -138,7 +138,7 @@ describe('DashboardWidgetComponent', () => {
"where": {},

"aggregations":{
"count_by": "source_resource_type"
"count_by": {"field": "source_resource_type"}
},
}
}],
Expand Down

0 comments on commit f3b1c7e

Please sign in to comment.