Commit 25aee5c5 authored by imrishabh18's avatar imrishabh18

Typo fix

parent 681d41df
<script>
import { GlSafeHTMLDirective as Safehtml } from '@gitlab/ui';
import { GlSafeHtmlDirective as SafeHtml } from '@gitlab/ui';
import MarkdownFieldView from '~/vue_shared/components/markdown/field_view.vue';
export default {
......@@ -7,7 +7,7 @@ export default {
MarkdownFieldView,
},
directives: {
Safehtml,
SafeHtml,
},
props: {
description: {
......
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