Skip to content

Commit

Permalink
Merge pull request #1801 from nextcloud/backport/1800/stable3
Browse files Browse the repository at this point in the history
[stable3] fix(QuestionMultiple): Fix setting the `allowOtherAnswer` option
  • Loading branch information
Chartman123 committed Nov 28, 2023
2 parents 2e734a4 + db27b4d commit c50d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questions/QuestionMultiple.vue
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 c50d3ed

Please sign in to comment.