Skip to content

Commit

Permalink
ui: fix computed property dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Dec 16, 2021
1 parent e5e6fea commit fe643d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/controllers/jobs/job/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class IndexController extends Controller.extend(WithNamespaceRese
return this.model.job;
}

@computed('model.nodes')
@computed('model.nodes.[]')
get nodes() {
return this.model.nodes;
}
Expand Down

0 comments on commit fe643d1

Please sign in to comment.