From 3a2aa6aae1836448f644cde578cac2adf856f997 Mon Sep 17 00:00:00 2001 From: Bohdan Odintsov Date: Thu, 23 Oct 2025 17:18:12 +0300 Subject: [PATCH] fix(custom-step): Fix proper asterisks displaying --- .../components/custom-step/custom-step.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 872da1b1d..2a2324042 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 @@ -44,7 +44,7 @@

{{ section.title }}

{{ q.displayText }} - @if (q.required) { + @if (!q.required) { * }