Commit 404d7a4e authored by Clement Ho's avatar Clement Ho Committed by Phil Hughes

Refactor dashboard milestone index (EE)

parent b5ffc264
......@@ -217,7 +217,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
initIssuableSidebar();
break;
case 'dashboard:milestones:index':
projectSelect();
import('./pages/dashboard/milestones/index')
.then(callDefault)
.catch(fail);
break;
case 'projects:milestones:show':
new UserCallout();
......
import projectSelect from '~/project_select';
export default projectSelect;
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