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 f716716556..6918a61b50 100644 --- a/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue +++ b/frontend/src/business/components/api/automation/scenario/variable/VariableList.vue @@ -301,7 +301,6 @@ export default { v.id = getUUID(); if (v.type === 'CSV') { v.delimiter = ","; - v.quotedData = false; } this.variables.push(v); let index = 1;