Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: analytics loading loop
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Mar 21, 2023
1 parent 6d30565 commit 4556536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/analysis/index/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export default class AnalysisController extends Controller.extend(
@tracked totalTime = moment.duration();
@tracked totalItems = A();
@tracked selectedReportIds;
@tracked _dataCache = A();

@tracked user;
@tracked reviewer;
Expand Down Expand Up @@ -194,7 +195,7 @@ export default class AnalysisController extends Controller.extend(
}

setup() {
this._dataCache = A();
// this._dataCache = A();
this.selectedReportIds = A();

this.prefetchData.perform();
Expand Down

0 comments on commit 4556536

Please sign in to comment.