diff --git a/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue b/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue index 95a990c928..b90679c8c0 100644 --- a/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue +++ b/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue @@ -111,6 +111,13 @@ return !(this.editData.name && this.editData.name !== ""); } }, + watch: { + 'editData.name': { + handler(v) { + this.handleClick(); + } + } + }, methods: { complete(results) { if (results.errors && results.errors.length > 0) {