Skip to content

Commit 3677e45

Browse files
committed
Process graphs loaded from Hub show the model in detail view (#60).
1 parent dc41aa0 commit 3677e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProcessGraphInfoModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
this.pg = new ProcessGraph(pg);
5050
}
5151
else {
52-
this.pg = pg;
52+
this.pg = (new ProcessGraph()).setAll(pg);
5353
}
5454
this.$refs.modal.show(this.displayTitle);
5555
}

0 commit comments

Comments
 (0)