fix: quiz and time validation before linking to video
This commit is contained in:
@@ -210,7 +210,7 @@ const addInstructorNotes = (data) => {
|
||||
const enableAutoSave = () => {
|
||||
autoSaveInterval = setInterval(() => {
|
||||
saveLesson({ showSuccessMessage: false })
|
||||
}, 10000)
|
||||
}, 5000)
|
||||
}
|
||||
|
||||
const keyboardShortcut = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user