feat(ui) - live session modal position
This commit is contained in:
parent
e02b552add
commit
775ca53e53
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const AssistTabs = (props: Props) => {
|
|||
<>
|
||||
<div
|
||||
className={stl.btnLink}
|
||||
onClick={() => showModal(<SessionList userId={props.userId} />, {})}
|
||||
onClick={() => showModal(<SessionList userId={props.userId} />, { right: true })}
|
||||
>
|
||||
Active Sessions
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue