This commit is contained in:
anovazzi1 2023-09-18 20:26:32 -03:00
commit fe85435488

View file

@ -186,6 +186,7 @@ export default function ParameterComponent({
}
>
{proxy ? (<ShadTooltip content={<span>{proxy.id}</span>}>
<span>{title}</span>
</ShadTooltip>):title}
<span className="text-status-red">{required ? " *" : ""}</span>