feat: add video lessons to db on submit + update UI (#38591)
* feat: add video lessons to db on submit + update UI * feat: delete CompletionVideoModal * feat: clean up component + add comments * feat: remove comment * feat: remove log * feat: remove log * fix: update buttons + fix some testing * fix: remove unused selector
This commit is contained in:
@ -125,5 +125,6 @@ exports.helpCategory = {
|
||||
'data-analysis-with-python': 'Certification Projects',
|
||||
'data-analysis-with-python-projects': 'Certification Projects',
|
||||
'machine-learning-with-python': 'Certification Projects',
|
||||
'machine-learning-with-python-projects': 'Certification Projects'
|
||||
'machine-learning-with-python-projects': 'Certification Projects',
|
||||
'python-for-everybody': 'Python'
|
||||
};
|
||||
|
Reference in New Issue
Block a user