disable peek overview for temporary issues until it is confirmed (#3749)
This commit is contained in:
parent
d73cd2ec9d
commit
62607ade6f
6 changed files with 11 additions and 2 deletions
|
|
@ -82,6 +82,7 @@ const KanbanIssueDetailsBlock: React.FC<IssueDetailsBlockProps> = observer((prop
|
|||
target="_blank"
|
||||
onClick={() => handleIssuePeekOverview(issue)}
|
||||
className="w-full line-clamp-1 cursor-pointer text-sm text-custom-text-100"
|
||||
disabled={!!issue?.tempId}
|
||||
>
|
||||
<Tooltip tooltipHeading="Title" tooltipContent={issue.name}>
|
||||
<span>{issue.name}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue