Skip to content
Snippets Groups Projects
Unverified Commit 053c3d0e authored by Mike Greiling's avatar Mike Greiling
Browse files

migrate dashboard:milestones:index to static bundle

parent cd4a87ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -59,11 +59,6 @@ import SearchAutocomplete from './search_autocomplete';
case 'projects:issues:show':
shortcut_handler = true;
break;
case 'dashboard:milestones:index':
import('./pages/dashboard/milestones/index')
.then(callDefault)
.catch(fail);
break;
case 'projects:milestones:index':
import('./pages/projects/milestones/index')
.then(callDefault)
Loading
Loading
import projectSelect from '~/project_select';
 
export default projectSelect;
document.addEventListener('DOMContentLoaded', projectSelect);
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