Commit a930e208 authored by Alexis Ginsberg's avatar Alexis Ginsberg

Fix test errors

parent 5a11bbd3
......@@ -178,6 +178,8 @@ export default {
<gl-icon name="lock" />
</span>
<gl-button
icon="close"
category="tertiary"
v-else-if="canRemove"
ref="removeButton"
v-gl-tooltip
......@@ -187,8 +189,6 @@ export default {
:title="__('Remove')"
:aria-label="__('Remove')"
@click="onRemoveRequest"
icon="close"
category="tertiary"
>
</gl-button>
</div>
......
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