Fix typo in dismissible prop

parent 09840393
...@@ -62,7 +62,7 @@ export default { ...@@ -62,7 +62,7 @@ export default {
{{ __('Start Web Terminal') }} {{ __('Start Web Terminal') }}
</gl-button> </gl-button>
</p> </p>
<gl-alert v-if="!isValid && message" variant="tip" :dismissable="false"> <gl-alert v-if="!isValid && message" variant="tip" :dismissible="false">
<span v-safe-html="message"></span> <span v-safe-html="message"></span>
</gl-alert> </gl-alert>
<p v-else> <p v-else>
......
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