Commit 7f9fe07e authored by Sarah GP's avatar Sarah GP

Fix broken spec and prettify

parent e3877407
......@@ -106,7 +106,12 @@ export default {
)
}}
</p>
<gl-alert v-if="createRoleError" class="js-invalid-credentials gl-mb-5" variant="danger" dismissible="false">
<gl-alert
v-if="createRoleError"
class="js-invalid-credentials gl-mb-5"
variant="danger"
:dismissible="false"
>
{{ createRoleError }}
</gl-alert>
<div class="form-row">
......
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