mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-10 17:03:56 +08:00
Fix bug when inviting existing users onto teams
Closes SCI-228
This commit is contained in:
parent
61f4fbd1d4
commit
1d8600b39f
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ inviteExistingCollapsible
|
|||
.on("shown.bs.collapse", function() {
|
||||
// Focus input when collapsible is shown
|
||||
inviteExistingQuery.focus();
|
||||
invitingExisting = true;
|
||||
});
|
||||
|
||||
inviteNewCollapsible
|
||||
|
|
Loading…
Reference in a new issue