Fix invite users dropdown [SCI-1893]

This commit is contained in:
Oleksii Kriuchykhin 2017-12-21 16:49:10 +01:00
parent 44f0336a96
commit afb579bef1

View file

@ -29,9 +29,7 @@
// This cannot be scoped outside this function
// because it is generated via JS
teamSelectorDropdown2 =
teamSelectorDropdown
.next('.btn-group.bootstrap-select.form-control')
.find('button.dropdown-toggle, li');
teamSelectorDropdown.parent().find('button.dropdown-toggle, li');
// Show/hide correct step
stepForm.show();