fix: quiz and time validation before linking to video

This commit is contained in:
Jannat Patel
2025-06-02 19:12:13 +05:30
parent 7b7484332b
commit 2c8ce133f7
5 changed files with 58 additions and 23 deletions

View File

@@ -210,7 +210,7 @@ const addInstructorNotes = (data) => {
const enableAutoSave = () => {
autoSaveInterval = setInterval(() => {
saveLesson({ showSuccessMessage: false })
}, 10000)
}, 5000)
}
const keyboardShortcut = (e) => {