mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
fix(FE-188): required symbol space
This commit is contained in:
@@ -201,6 +201,7 @@ const DateInput = ({
|
|||||||
{label}
|
{label}
|
||||||
{required && (
|
{required && (
|
||||||
<span className='text-error' title='required'>
|
<span className='text-error' title='required'>
|
||||||
|
{' '}
|
||||||
*
|
*
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user