Fix creating quiz with solution
This commit is contained in:
parent
2354734d4e
commit
7500e14f35
@ -155,7 +155,7 @@ export class AppPollsManager {
|
|||||||
poll,
|
poll,
|
||||||
correct_answers: correctAnswers,
|
correct_answers: correctAnswers,
|
||||||
solution,
|
solution,
|
||||||
solution_entities: solutionEntities?.length ? solutionEntities : undefined
|
solution_entities: solution ? solutionEntities : undefined
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user