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
|
|
@ -239,6 +239,7 @@ const IssueRowDetails = observer((props: IssueRowDetailsProps) => {
|
|||
target="_blank"
|
||||
onClick={() => handleIssuePeekOverview(issueDetail)}
|
||||
className="clickable w-full line-clamp-1 cursor-pointer text-sm text-custom-text-100"
|
||||
disabled={!!issueDetail?.tempId}
|
||||
>
|
||||
<div className="w-full overflow-hidden">
|
||||
<Tooltip tooltipHeading="Title" tooltipContent={issueDetail.name}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue