Skip to content

Commit

Permalink
Fixed some api issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bp-cos committed Sep 17, 2024
1 parent fc549b6 commit 7daef83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class TotalCountKpiWrapperComponent extends Component<TotalCountK
@task
@waitFor
private async loadData(): Promise<void> {
const metrics = await this.model.taskInstance;
const metrics = await this.model;

this.totalCountKpis.push(
{
Expand Down

0 comments on commit 7daef83

Please sign in to comment.