Adjustments suggested by @mutdmour

This commit is contained in:
Omar Ajoue
2021-08-19 15:26:38 +02:00
parent 82dbbcd2e0
commit 3b73cb6a56
2 changed files with 5 additions and 4 deletions

View File

@@ -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();