Commit 25aee5c5 authored by imrishabh18's avatar imrishabh18

Typo fix

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