Skip to content

Commit 4ce5313

Browse files
timedin-demickenordin
authored andcommitted
fix: save options and extraSettings for subquestions
Signed-off-by: TimedIn <git@timedin.net>
1 parent 9c984be commit 4ce5313

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/components/Questions/QuestionConditional.vue

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,22 @@
197197
$event,
198198
)
199199
"
200+
@update:extraSettings="
201+
updateSubQuestion(
202+
branch.id,
203+
subQuestion.id,
204+
'extraSettings',
205+
$event,
206+
)
207+
"
208+
@update:options="
209+
updateSubQuestion(
210+
branch.id,
211+
subQuestion.id,
212+
'options',
213+
$event,
214+
)
215+
"
200216
@delete="
201217
deleteSubQuestion(
202218
branch.id,

0 commit comments

Comments
 (0)