diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue index f0843743bf..7f67e9d0e3 100644 --- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue @@ -854,6 +854,7 @@ this.result = this.$get("/api/automation/getApiScenario/" + this.currentScenario.id, response => { if (response.data) { this.path = "/api/automation/update"; + this.currentScenario.description = response.data.description; if (response.data.scenarioDefinition != null) { let obj = JSON.parse(response.data.scenarioDefinition); if (obj) {