diff --git a/src/components/Questions/QuestionMultiple.vue b/src/components/Questions/QuestionMultiple.vue index ca202cd9d..735cec1e4 100644 --- a/src/components/Questions/QuestionMultiple.vue +++ b/src/components/Questions/QuestionMultiple.vue @@ -468,7 +468,7 @@ export default { * @param {boolean} allowOtherAnswer show/hide field for other answer */ onAllowOtherAnswerChange(allowOtherAnswer) { - return this.onExtraSettingsChange('allowOtherAnswer', allowOtherAnswer) + return this.onExtraSettingsChange({ allowOtherAnswer }) }, }, }