Fix typo in dismissible prop

parent 09840393
......@@ -62,7 +62,7 @@ export default {
{{ __('Start Web Terminal') }}
</gl-button>
</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>
</gl-alert>
<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