Skip to content

Commit 12474e1

Browse files
ManojTauroMilosPaunovic
authored andcommitted
chore(ui): properly refresh gantt view after replaying the execution (#5829)
1 parent 7c31e03 commit 12474e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/executions/Gantt.vue

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
this.selectedTaskRuns = [];
111111
this.paint();
112112
}
113+
newValue.state?.current === State.SUCCESS && (this.compute());
113114
},
114115
forEachItemsTaskRunIds: {
115116
handler(newValue, oldValue) {

0 commit comments

Comments
 (0)