mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: old labels must have black color in project settings (#657)
This commit is contained in:
parent
844ae4869a
commit
448d8c63f3
@ -146,7 +146,7 @@ export const LabelsListModal: React.FC<Props> = ({ isOpen, handleClose, parent }
|
||||
<span
|
||||
className="block h-1.5 w-1.5 flex-shrink-0 rounded-full"
|
||||
style={{
|
||||
backgroundColor: label.color,
|
||||
backgroundColor: label.color !== "" ? label.color : "#000000",
|
||||
}}
|
||||
/>
|
||||
{label.name}
|
||||
|
Loading…
Reference in New Issue
Block a user