Commit ea423fb4 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/assets/javascripts/dispatcher.js

parent bf8a1d58
......@@ -596,7 +596,6 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
import('./pages/dashboard/groups/index')
.then(callDefault)
.catch(fail);
<<<<<<< HEAD
case 'admin:licenses:new':
import(/* webpackChunkName: "admin_licenses" */ 'ee/pages/admin/licenses/new').then(m => m.default()).catch(fail);
break;
......@@ -605,8 +604,6 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
break;
case 'groups:ldap_group_links:index':
initLDAPGroupsSelect();
=======
>>>>>>> upstream/master
break;
}
switch (path[0]) {
......
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