Skip to content

Commit

Permalink
ui: add missing computed property dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Oct 6, 2021
1 parent 620b8d0 commit 7ca852b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/job-client-status-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class JobClientStatusBar extends DistributionBar {
job = null;
jobClientStatus = null;

@computed('jobClientStatus.byStatus')
@computed('job.namespace', 'jobClientStatus.byStatus')
get data() {
const {
queued,
Expand Down

0 comments on commit 7ca852b

Please sign in to comment.