diff --git a/src/components/WorkersDetail.vue b/src/components/WorkersDetail.vue index cb082149..9ef0839f 100644 --- a/src/components/WorkersDetail.vue +++ b/src/components/WorkersDetail.vue @@ -23,15 +23,17 @@ const viewOptions = inject(ViewOptionsKey) as ViewOptions const helpService = new HelpService() const getHelpMessage = helpService.getHelpMessage -const { workersLaunchedCount } = useNode(plan, node, viewOptions) +const { workersLaunchedCount, workersPlannedCount } = useNode( + plan, + node, + viewOptions +)