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:
Tom
2020-04-21 10:07:51 -05:00
committed by Mrugesh Mohapatra
parent e776529ed0
commit 63fe67e53f
6 changed files with 143 additions and 326 deletions

View File

@ -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'
};