diff --git a/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue b/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue index a5c929310c..da7d4afd83 100644 --- a/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue +++ b/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue @@ -272,8 +272,6 @@ export default { this.headers = headers; } this.visible = true; - this.editData = {type: "CONSTANT"}; - this.addParameters(this.editData); this.disabled = disabled; }, save() {