fix ui: copy invitation link on generation
This commit is contained in:
parent
733a6f8c6e
commit
22a1be80ad
2 changed files with 2 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ function SessionItem(props: RouteComponentProps & Props) {
|
|||
)}
|
||||
</div>
|
||||
|
||||
<div className="flex items-center">
|
||||
<div className="flex items-center m-auto">
|
||||
<div
|
||||
className={cn(
|
||||
stl.playLink,
|
||||
|
|
|
|||
|
|
@ -191,6 +191,7 @@ export default class UserStore {
|
|||
response.invitationLink
|
||||
);
|
||||
}
|
||||
copy(response.invitationLink);
|
||||
resolve(response);
|
||||
})
|
||||
.catch((error) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue