File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
manager-dashboard/app/views/NewTutorial Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,6 +465,7 @@ export const tutorialFormSchema: TutorialFormSchema = {
465465 tileServer : {
466466 fields : tileServerFieldsSchema ,
467467 } ,
468+ tutorialTasks : { } ,
468469 scenarioPages : {
469470 keySelector : ( key ) => key . scenarioId ,
470471 member : ( ) : ScenarioPagesFormSchemaMember => ( {
@@ -567,8 +568,7 @@ export const tutorialFormSchema: TutorialFormSchema = {
567568 return {
568569 textDescription : {
569570 required : true ,
570- // eslint-disable-next-line max-len
571- requiredValidations : requiredStringCondition ,
571+ requiredValdation : requiredStringCondition ,
572572 // eslint-disable-next-line max-len
573573 validations : [ getNoMoreThanNCharacterCondition ( LG_TEXT_MAX_LENGTH ) ] ,
574574 } ,
You can’t perform that action at this time.
0 commit comments