Skip to content

Commit ec5b288

Browse files
committed
Vita study test -- remove jump to question, remove comments
1 parent 3de0f9e commit ec5b288

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/stories/SForms.stories.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Template: ComponentStory<typeof SForms> = (
5656
horizontalWizardNav: horizontalNavBar,
5757
wizardStepButtons: true,
5858
enableForwardSkip: true,
59-
...getP("startingQuestionId", "http://vfn.cz/ontologies/vita-study/form/vs--assesment-evaluation-q"),
59+
...getP("startingQuestionId", "http://vfn.cz/ontologies/vita-study/form/vs--assesment-evaluation-q-NOTEXISTS"),
6060
startingStep: 1,
6161
debugMode: debugMode,
6262
users: [
@@ -71,15 +71,7 @@ const Template: ComponentStory<typeof SForms> = (
7171
{
7272
id: Constants.ICONS.QUESTION_HELP,
7373
behavior: iconBehavior,
74-
},
75-
{
76-
id: Constants.ICONS.QUESTION_LINK,
77-
behavior: iconBehavior,
78-
},
79-
{
80-
id: Constants.ICONS.QUESTION_COMMENTS,
81-
behavior: iconBehavior,
82-
},
74+
}
8375
],
8476
};
8577
return (

0 commit comments

Comments
 (0)