Commit ad73eb75 authored by Alexis Ginsberg's avatar Alexis Ginsberg

Fix test errors

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