We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3df1de commit c4795e1Copy full SHA for c4795e1
1 file changed
frontend/src/components/assessment/ActivityForm.vue
@@ -184,8 +184,7 @@ watch(
184
// wholesale so external changes (other users, server merges) show up.
185
if (sameActivity && userDirty.value) {
186
if (formData.value.evaluation && newVal.evaluation) {
187
- const newQuestions =
188
- newVal.evaluation.dynamic_questions || [];
+ const newQuestions = newVal.evaluation.dynamic_questions || [];
189
const currentQuestions =
190
formData.value.evaluation.dynamic_questions || [];
191
0 commit comments