Commit 61b3f48
committed
fix: pass index to update:answer emit in createLocalAnswer
The emit was missing this.index, causing updateAnswer in
QuestionMultipleMixin to receive undefined as the answer parameter.
Consistent with the other update:answer emit.
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>1 parent c3af988 commit 61b3f48
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments