Commit ad73eb75 authored by Alexis Ginsberg's avatar Alexis Ginsberg

Fix test errors

parent b65b648e
<script>
import { GlButton } from '@gitlab/ui';
import { GlFormGroup, GlFormRadioGroup, GlLoadingIcon } from '@gitlab/ui';
import { GlFormGroup, GlFormRadioGroup, GlButton } from '@gitlab/ui';
import { __ } from '~/locale';
import RelatedIssuableInput from './related_issuable_input.vue';
import { mergeUrlParams } from '~/lib/utils/url_utility';
......@@ -18,7 +17,6 @@ export default {
components: {
GlFormGroup,
GlFormRadioGroup,
GlLoadingIcon,
RelatedIssuableInput,
GlButton,
},
......
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