зеркало из https://github.com/nextcloud/forms.git
fix(QuestionMultiple): Fix setting the `allowOtherAnswer` option
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Родитель
7814f0eb25
Коммит
e260a8ae89
|
@ -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 })
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче