mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: module form status
This commit is contained in:
parent
22760eb80b
commit
2b7349c80a
@ -43,7 +43,7 @@ export const ModuleStatusSelect: React.FC<Props> = ({ control, error }) => (
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{MODULE_STATUS.find((s) => s.value === value)?.label ?? (
|
{MODULE_STATUS.find((s) => s.value === value)?.label ?? (
|
||||||
<span className="text-brand-secondary">Status</span>
|
<span className={`${error ? "text-red-500" : "text-brand-secondary"}`}>Status</span>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user