Commit a930e208 authored by Alexis Ginsberg's avatar Alexis Ginsberg

Fix test errors

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