mirror of
https://github.com/frappe/lms.git
synced 2026-04-21 15:48:00 +03:00
fix: removed quiz_id from the lesson content
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
</div>
|
||||
<div v-else v-html="markdown.render(block)"></div>
|
||||
</div>
|
||||
{{ quizId }}
|
||||
<div v-if="quizId">
|
||||
<Quiz :quiz="quizId" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user