mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: allow interactive in review challenges, require that or description (#65246)
This commit is contained in:
@@ -174,7 +174,8 @@ const schema = Joi.object().keys({
|
||||
challengeTypes.step,
|
||||
challengeTypes.video,
|
||||
challengeTypes.multipleChoice,
|
||||
challengeTypes.fillInTheBlank
|
||||
challengeTypes.fillInTheBlank,
|
||||
challengeTypes.review
|
||||
],
|
||||
then: Joi.string().allow(''),
|
||||
otherwise: Joi.string().required()
|
||||
|
||||
Reference in New Issue
Block a user