fix(ui): fix assist tooltip
This commit is contained in:
parent
d0b0014ae9
commit
151fc3d58b
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ function SessionItem(props: RouteComponentProps & Props) {
|
|||
<Tooltip
|
||||
delay={0}
|
||||
title={`Session already added into the multiview`}
|
||||
disabled={!props.isDisabled}
|
||||
disabled={!props.isDisabled || !location.pathname.includes('multiview')}
|
||||
>
|
||||
<div
|
||||
className={cn(stl.sessionItem, 'flex flex-col py-2 px-4')}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue