mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
Adjustments suggested by @mutdmour
This commit is contained in:
@@ -109,7 +109,7 @@ export default mixins(showMessage, workflowHelpers).extend({
|
||||
|
||||
this.$data.isSaving = true;
|
||||
|
||||
const saved = await this.saveAsNewWorkflow({name, tags: this.currentTagIds, updateWebhookUrls: true});
|
||||
const saved = await this.saveAsNewWorkflow({name, tags: this.currentTagIds, resetWebhookUrls: true});
|
||||
|
||||
if (saved) {
|
||||
this.closeDialog();
|
||||
|
||||
Reference in New Issue
Block a user