From 6618c96cc0c61fec276a1f4def2427a416e9bd33 Mon Sep 17 00:00:00 2001 From: Miroslav Blasko Date: Mon, 19 Sep 2022 10:06:11 +0200 Subject: [PATCH] Vita study test -- remove jump to question, remove comments --- src/stories/SForms.stories.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/stories/SForms.stories.tsx b/src/stories/SForms.stories.tsx index cc0defc3..2cb6989c 100644 --- a/src/stories/SForms.stories.tsx +++ b/src/stories/SForms.stories.tsx @@ -56,7 +56,7 @@ const Template: ComponentStory = ( horizontalWizardNav: horizontalNavBar, wizardStepButtons: true, enableForwardSkip: true, - ...getP("startingQuestionId", "http://vfn.cz/ontologies/vita-study/form/vs--assesment-evaluation-q"), + ...getP("startingQuestionId", "http://vfn.cz/ontologies/vita-study/form/vs--assesment-evaluation-q-NOTEXISTS"), startingStep: 1, debugMode: debugMode, users: [ @@ -71,15 +71,7 @@ const Template: ComponentStory = ( { id: Constants.ICONS.QUESTION_HELP, behavior: iconBehavior, - }, - { - id: Constants.ICONS.QUESTION_LINK, - behavior: iconBehavior, - }, - { - id: Constants.ICONS.QUESTION_COMMENTS, - behavior: iconBehavior, - }, + } ], }; return (