Commit f8357db5 authored by Kev's avatar Kev

Apply 2 suggestion(s) to 1 file(s)

parent 3a4fa5c3
<script>
import { GlPopover, GlSprintf, GlButton, GlSafeHtmlDirective as SafeHtml } from '@gitlab/ui';
import { GlPopover, GlSprintf, GlButton } from '@gitlab/ui';
import { parseBoolean, scrollToElement, setCookie, getCookie } from '~/lib/utils/common_utils';
import { s__ } from '~/locale';
import Tracking from '~/tracking';
......@@ -31,9 +31,6 @@ export default {
GlSprintf,
GlButton,
},
directives: {
SafeHtml,
},
mixins: [trackingMixin],
props: {
target: {
......
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