Commit 435f0a13 authored by Eric Eastwood's avatar Eric Eastwood

Fix JS bundle not running on the Cluster update/destroy pages

Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4378

Conflicts:
	app/assets/javascripts/dispatcher.js
parent 3228ac06
......@@ -559,6 +559,8 @@ import Activities from './activities';
.catch(fail);
break;
case 'projects:clusters:show':
case 'projects:clusters:update':
case 'projects:clusters:destroy':
import('./pages/projects/clusters/show')
.then(callDefault)
.catch(fail);
......
---
title: Fix JavaScript bundle running on Cluster update/destroy pages
merge_request:
author:
type: fixed
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