Small UI changes on identities UI

This commit is contained in:
Carlos Monastyrski
2025-11-24 16:24:24 -03:00
parent e719de8710
commit 752ba7f73b
4 changed files with 6 additions and 6 deletions

View File

@@ -255,9 +255,7 @@ export const OrgIdentityModal = ({ popUp, handlePopUpToggle }: Props) => {
/>
</div>
<div className="grow">
{i === 0 && (
<FormLabel label="Value" className="text-xs text-mineshaft-400" isOptional />
)}
{i === 0 && <FormLabel label="Value" className="text-xs text-mineshaft-400" />}
<Controller
control={control}
name={`metadata.${i}.value`}

View File

@@ -233,9 +233,7 @@ export const ProjectIdentityModal = ({ onClose, identity }: ContentProps) => {
/>
</div>
<div className="grow">
{i === 0 && (
<FormLabel label="Value" className="text-xs text-mineshaft-400" isOptional />
)}
{i === 0 && <FormLabel label="Value" className="text-xs text-mineshaft-400" />}
<Controller
control={control}
name={`metadata.${i}.value`}