We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab73fb3 commit 6fe3275Copy full SHA for 6fe3275
1 file changed
src/components/Questions/QuestionConditional.vue
@@ -579,12 +579,8 @@ export default {
579
values: {
580
immediate: true,
581
handler(newValues) {
582
- if (newValues && newValues.trigger) {
583
- this.triggerValues = newValues.trigger
584
- }
585
- if (newValues && newValues.subQuestions) {
586
- this.subQuestionValues = { ...newValues.subQuestions }
587
+ this.triggerValues = newValues.trigger
+ this.subQuestionValues = { ...newValues.subQuestions }
588
},
589
590
0 commit comments