Commit a218ceaf authored by Himanshu Kapoor's avatar Himanshu Kapoor

Fix typo for dismissible

Fix a typo to make the content editor feedback issue popup
non dismissible.

Changelog: fixed
parent 095e2843
......@@ -461,7 +461,7 @@ export default {
</markdown-field>
<div v-if="isContentEditorActive">
<gl-alert class="gl-mb-6" variant="tip" :dismissable="false">
<gl-alert class="gl-mb-6" variant="tip" :dismissible="false">
<gl-sprintf :message="$options.i18n.contentEditor.feedbackTip">
<template
#link="// eslint-disable-next-line vue/no-template-shadow
......
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