Skip to content

Commit 48cd79e

Browse files
committed
fix(custom-step): Fix proper optional displaying
1 parent 005d648 commit 48cd79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/registries/components/custom-step/custom-step.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3 class="mb-2">{{ section.title }}</h3>
4545
<h3 class="mb-2">
4646
{{ q.displayText }}
4747
@if (!q.required) {
48-
<span class="text-red-500">*</span>
48+
(optional)
4949
}
5050
</h3>
5151
</div>

0 commit comments

Comments
 (0)