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

@@ -10,7 +10,7 @@ function getSchemaForLang(lang) {
challengeOrder: Joi.number(),
challengeType: Joi.number()
.min(0)
.max(10)
.max(11)
.required(),
checksum: Joi.number(),
dashedName: Joi.string(),