Skip to content
Snippets Groups Projects
Unverified Commit 93138913 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Instantiate UsersSelect in the dispatcher for projects:edit


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 383b7aba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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);
Loading
Loading
Loading
Loading
@@ -113,5 +113,4 @@
.descr Approvals are reset when new data is pushed to the merge request
 
:javascript
new UsersSelect();
new GroupsSelect();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment