From 8fb17342a39bf322077fa3d986a12bd26ff85024 Mon Sep 17 00:00:00 2001 From: NazarMykhalkevych Date: Mon, 13 Oct 2025 17:07:23 +0300 Subject: [PATCH] fix(bugs): ang-1026 fixed --- .../components/custom-step/custom-step.component.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 6ef422ef6..e6ed1032c 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 @@ -45,14 +45,13 @@

* }

- - @if (q.helpText) { - - } @if (q.paragraphText) {

{{ q.paragraphText }}

} + @if (q.helpText && q.fieldType !== FieldType.Radio && q.fieldType !== FieldType.Checkbox) { +

{{ q.helpText }}

+ } @if (q.exampleText) {