fix: patch for published field

This commit is contained in:
Jannat Patel
2022-03-25 15:56:43 +05:30
parent 77df068fea
commit 56f4f6c977
3 changed files with 8 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ const mark_progress = (e) => {
});
}
else
move_to_next_lesson(e);
move_to_next_lesson(status, e);
};
const change_progress_indicators = (status, e) => {