Qfix: fix asterisk usage in forms (#4080)

This commit is contained in:
Ivan Osipov 2023-11-28 07:05:02 +04:00 committed by GitHub
parent 7f03c18007
commit 7e1ad06c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
{#if label}
<div>
<span class="label"><Label {label} /></span>
{#if required}<span class="error-color">&ast</span>{/if}
{#if required}<span class="error-color">&ast;</span>{/if}
</div>
{/if}
<StyledTextEditor

View File

@ -150,7 +150,7 @@
{#if label}
<div class="mb-1 text-sm font-medium caption-color select-text">
<Label {label} />
{#if required}<span class="error-color">&ast</span>{/if}
{#if required}<span class="error-color">&ast;</span>{/if}
</div>
{/if}
<div class="{kind} flex-row-center clear-mins" class:focusable class:disabled class:w-full={fullSize}>