mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 21:15:35 +08:00
Fix escape issue in invite member modal [SCI-10984]
This commit is contained in:
parent
f3a05e8ef3
commit
c75e155aed
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