diff --git a/src/app/features/registries/components/custom-step/custom-step.component.html b/src/app/features/registries/components/custom-step/custom-step.component.html index e6ed1032c..a8cdbc290 100644 --- a/src/app/features/registries/components/custom-step/custom-step.component.html +++ b/src/app/features/registries/components/custom-step/custom-step.component.html @@ -10,6 +10,10 @@
{{ currentPage().description }}
+ } + @let questions = currentPage().questions || [];{{ q.paragraphText }}
+{{ q.paragraphText }}
} - @if (q.helpText && q.fieldType !== FieldType.Radio && q.fieldType !== FieldType.Checkbox) { -{{ q.helpText }}
+ @if (q.helpText) { +{{ q.helpText }}
} @if (q.exampleText) { @@ -87,7 +91,7 @@{{ page.description }}
+{{ page.description }}
} @if (page.sections?.length) { @@ -90,7 +90,7 @@{{ section.description }}
+{{ section.description }}
} @if (section.questions?.length) {