Skip to content

Commit

Permalink
Fix dependent keys
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed May 18, 2021
1 parent 6352281 commit b43b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/utils/classes/allocation-stats-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class AllocationStatsTracker extends EmberObject.extend(AbstractStatsTracker) {
return RollingArray(this.bufferSize);
}

@computed('allocation.taskGroup.tasks', 'bufferSize')
@computed('allocation.{states.[],taskGroup.tasks}', 'bufferSize')
get tasks() {
const bufferSize = this.bufferSize;
const tasks = this.get('allocation.taskGroup.tasks') || [];
Expand Down

0 comments on commit b43b87f

Please sign in to comment.