mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 00:11:22 +08:00
Merge pull request #8185 from aignatov-bio/ai-sci-10984-fix-escape-issue-in-invite-member-modal
Fix escape issue in invite member modal [SCI-10984]
This commit is contained in:
commit
bd6a73a85d
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@
|
|||
}).on('shown.bs.modal', function() {
|
||||
emailsInput.focus();
|
||||
dropdownSelector.init(teamsInput, {
|
||||
labelHTML: true,
|
||||
optionClass: 'checkbox-icon'
|
||||
});
|
||||
// Remove 'data-invited="true"' status
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue