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 (