Skip to content

Commit

Permalink
Merge pull request #1800 from nextcloud/fix/other-answer-setting
Browse files Browse the repository at this point in the history
fix(QuestionMultiple): Fix setting the `allowOtherAnswer` option
  • Loading branch information
Chartman123 authored Nov 28, 2023
2 parents 7814f0e + e260a8a commit 3d9ecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questions/QuestionMultiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
},
},
}
Expand Down

0 comments on commit 3d9ecf4

Please sign in to comment.