Commit 1eb224d8 authored by Clement Ho's avatar Clement Ho

Fix bad webpackChunkName from ee_epics_show to ee_epics_index

parent 4ca5b238
......@@ -189,7 +189,7 @@ var Dispatcher;
new ZenMode();
break;
case 'groups:epics:index':
import(/* webpackChunkName: "ee_epics_show" */ 'ee/pages/epics')
import(/* webpackChunkName: "ee_epics_index" */ 'ee/pages/epics')
.then(callDefault)
.catch(fail);
break;
......
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