Commit f8357db5 authored by Kev's avatar Kev

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

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