migrate dashboard:milestones:index to static bundle
This commit is contained in:
parent
cd4a87ee55
commit
053c3d0e1b
2 changed files with 1 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
import projectSelect from '~/project_select';
|
||||
|
||||
export default projectSelect;
|
||||
document.addEventListener('DOMContentLoaded', projectSelect);
|
||||
|
|
Loading…
Reference in a new issue