diff --git a/legalconsenthub/app/components/FormStepperWithNavigation.vue b/legalconsenthub/app/components/FormStepperWithNavigation.vue index 3a022eb..745d971 100644 --- a/legalconsenthub/app/components/FormStepperWithNavigation.vue +++ b/legalconsenthub/app/components/FormStepperWithNavigation.vue @@ -1,13 +1,13 @@ - diff --git a/legalconsenthub/app/pages/application-forms/[id]/[sectionIndex].vue b/legalconsenthub/app/pages/application-forms/[id]/[sectionIndex].vue index b3df463..742d0dc 100644 --- a/legalconsenthub/app/pages/application-forms/[id]/[sectionIndex].vue +++ b/legalconsenthub/app/pages/application-forms/[id]/[sectionIndex].vue @@ -29,6 +29,7 @@ @save="onSave" @submit="onSubmit" @navigate="handleNavigate" + @add-input-form="handleAddInputForm" /> @@ -36,7 +37,12 @@ diff --git a/legalconsenthub/app/pages/create.vue b/legalconsenthub/app/pages/create.vue index 9391e78..3e3144a 100644 --- a/legalconsenthub/app/pages/create.vue +++ b/legalconsenthub/app/pages/create.vue @@ -25,6 +25,7 @@ :form-element-sections="applicationFormTemplate.formElementSections" @save="onSave" @submit="onSubmit" + @add-input-form="handleAddInputForm" > @@ -37,7 +38,12 @@