Skip to content

Commit

Permalink
Increase the delay before closing the auxiliar tab in the jBPM integr…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Goncalo Rolo committed Nov 16, 2022
1 parent aef4567 commit 6466ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/components/Home/Workflows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setTimeout(() => {
this.auxWindow.close();
router.push("/workflows");
}, 250);
}, 2000);
},
mounted(){
this.$store.state.context = 'home';
Expand Down

0 comments on commit 6466ef5

Please sign in to comment.