fix : create issue modal (#875)
* fix: label list bug fix * fix: assignee and label count removed * fix: assignee and label fix
This commit is contained in:
parent
ac125965eb
commit
fb1932e309
3 changed files with 3 additions and 5 deletions
|
|
@ -73,9 +73,8 @@ export const IssueLabelSelect: React.FC<Props> = ({ setIsOpen, value, onChange,
|
|||
<IssueLabelsList
|
||||
labels={value.map((v) => issueLabels?.find((l) => l.id === v)?.color) ?? []}
|
||||
length={3}
|
||||
showLength
|
||||
showLength={true}
|
||||
/>
|
||||
<span className=" text-gray-600">{value.length} Labels</span>
|
||||
</span>
|
||||
) : (
|
||||
<span className="flex items-center justify-center gap-2 px-3 py-1.5 text-xs">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue