Skip to content

Commit

Permalink
add growth protocol to wizard mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Thyra committed Dec 15, 2023
1 parent 59c4e15 commit 0a2efde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/questionnaire/InvestigationWizard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import miappe from '@/lib/miappe/miappeChecklist';
import wording from '@/lib/wording';
import { isaObj } from '@/stores/isa';
import StudyTemplateGenerator from '../StudyTemplateGenerator.svelte';
let options = {};
Expand Down Expand Up @@ -148,6 +149,13 @@
component: StudyContactSection
},
// <Materials bind:value={study} attr="materials" />
{
question: 'Growth Protocol',
level: 'Study',
key: null,
label: 'Growth Protocol',
component: StudyTemplateGenerator
},
{
question: 'Materials',
level: 'Study',
Expand Down

0 comments on commit 0a2efde

Please sign in to comment.