Commit 93138913 authored by Rémy Coutable's avatar Rémy Coutable

Instantiate UsersSelect in the dispatcher for projects:edit

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 383b7aba
......@@ -263,6 +263,7 @@ const ShortcutsBlob = require('./shortcuts_blob');
shortcut_handler = new ShortcutsNavigation();
break;
case 'projects:edit':
new UsersSelect();
const el = document.querySelector('.js-service-desk-setting-root');
if (el) {
const serviceDeskRoot = new ServiceDeskRoot(el);
......
......@@ -113,5 +113,4 @@
.descr Approvals are reset when new data is pushed to the merge request
:javascript
new UsersSelect();
new GroupsSelect();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment