mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
⚡ Open new window when duplicating (#2237)
* update duplicate to open in new window * remove active action
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user