BigW Consortium Gitlab

Commit 1985b22e by Eric Eastwood
parent a003e123
......@@ -561,6 +561,8 @@ import Activities from './activities';
new DueDateSelectors();
break;
case 'projects:clusters:show':
case 'projects:clusters:update':
case 'projects:clusters:destroy':
import(/* webpackChunkName: "clusters" */ './clusters/clusters_bundle')
.then(cluster => new cluster.default()) // eslint-disable-line new-cap
.catch((err) => {
......
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