File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const Template: ComponentStory<typeof SForms> = (
56
56
horizontalWizardNav : horizontalNavBar ,
57
57
wizardStepButtons : true ,
58
58
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 " ) ,
60
60
startingStep : 1 ,
61
61
debugMode : debugMode ,
62
62
users : [
@@ -71,15 +71,7 @@ const Template: ComponentStory<typeof SForms> = (
71
71
{
72
72
id : Constants . ICONS . QUESTION_HELP ,
73
73
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
+ }
83
75
] ,
84
76
} ;
85
77
return (
You can’t perform that action at this time.
0 commit comments