Open new window when duplicating (#2237)

* update duplicate to open in new window

* remove active action
This commit is contained in:
Mutasem Aldmour
2021-10-07 21:59:00 +02:00
committed by GitHub
parent 857426a918
commit 1341958aae
2 changed files with 8 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ export default mixins(showMessage, workflowHelpers).extend({
this.$data.isSaving = true;
const saved = await this.saveAsNewWorkflow({name, tags: this.currentTagIds, resetWebhookUrls: true});
const saved = await this.saveAsNewWorkflow({name, tags: this.currentTagIds, resetWebhookUrls: true, openInNewWindow: true});
if (saved) {
this.closeDialog();