Commit 845f9a73 authored by Christie Lenneville's avatar Christie Lenneville Committed by clenneville

Apply 2 suggestion(s) to 1 file(s)

parent d8d81fdc
...@@ -202,10 +202,10 @@ export default { ...@@ -202,10 +202,10 @@ export default {
v-gl-tooltip.hover.bottom="__('Edit')" v-gl-tooltip.hover.bottom="__('Edit')"
class="js-feature-flag-edit-button" class="js-feature-flag-edit-button"
variant="default" variant="default"
category="secondary" category="primary"
icon="pencil"
:href="featureFlag.edit_path" :href="featureFlag.edit_path"
> >
<gl-icon name="pencil" :size="16" />
</gl-button> </gl-button>
</template> </template>
<template v-if="featureFlag.destroy_path"> <template v-if="featureFlag.destroy_path">
......
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