Skip to content
Snippets Groups Projects

Resolve "Delete an environment via UI"

Merged Jake Burden requested to merge 20620-delete-an-environment-via-ui into master
Compare and Show latest version
4 files
+ 5
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -2,7 +2,6 @@
@@ -2,7 +2,6 @@
import { GlTooltipDirective } from '@gitlab/ui';
import { GlTooltipDirective } from '@gitlab/ui';
import GlModal from '~/vue_shared/components/gl_modal.vue';
import GlModal from '~/vue_shared/components/gl_modal.vue';
import { s__, sprintf } from '~/locale';
import { s__, sprintf } from '~/locale';
import LoadingButton from '~/vue_shared/components/loading_button.vue';
import eventHub from '../event_hub';
import eventHub from '../event_hub';
export default {
export default {
@@ -11,7 +10,6 @@ export default {
@@ -11,7 +10,6 @@ export default {
components: {
components: {
GlModal,
GlModal,
LoadingButton,
},
},
directives: {
directives: {
Loading