Skip to content

Commit

Permalink
fix(QuestionMultiple): Fix setting the allowOtherAnswer option
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored and backportbot-nextcloud[bot] committed Nov 28, 2023
1 parent 2e734a4 commit db27b4d
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 db27b4d

Please sign in to comment.