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) { * }