File tree Expand file tree Collapse file tree
web/client/src/library/components/plan Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,8 +365,8 @@ function StageCreation({ isOpen }: { isOpen?: boolean }): JSX.Element {
365365 </ TasksOverview . TaskInfo >
366366 < TasksOverview . DetailsProgress >
367367 < TasksOverview . TaskSize
368- completed = { planApply . stageCreation . total_tasks }
369- total = { planApply . stageCreation . num_tasks }
368+ completed = { planApply . stageCreation . num_tasks }
369+ total = { planApply . stageCreation . total_tasks }
370370 unit = "task"
371371 />
372372 < TasksOverview . TaskDivider />
@@ -514,8 +514,8 @@ function StagePromote(): JSX.Element {
514514 </ TasksOverview . TaskInfo >
515515 < TasksOverview . DetailsProgress >
516516 < TasksOverview . TaskSize
517- completed = { planApply . stagePromote . total_tasks }
518- total = { planApply . stagePromote . num_tasks }
517+ completed = { planApply . stagePromote . num_tasks }
518+ total = { planApply . stagePromote . total_tasks }
519519 unit = "task"
520520 />
521521 < TasksOverview . TaskDivider />
You can’t perform that action at this time.
0 commit comments