fix(ui): use asterisk html entity code

It wasn't rendering for me when using "*".
This commit is contained in:
Brian McGee
2025-05-27 15:54:47 +01:00
parent 1a31f12366
commit c9a3f6ea33

View File

@@ -137,7 +137,7 @@ export const InputLabel = (props: InputLabelProps) => {
weight="bold"
size="xs"
>
{""}
<>&#42;</>
</Typography>
)}
{props.help && (