Commit 898b6d82 authored by Christie Lenneville's avatar Christie Lenneville

Update create Epic button

parent 948c0e2f
......@@ -7,7 +7,7 @@ import {
GlIcon,
GlButton,
GlTooltipDirective,
GlDeprecatedButton,
GlButton,
} from '@gitlab/ui';
import { __ } from '~/locale';
......@@ -18,7 +18,7 @@ export default {
components: {
GlFormCheckbox,
GlIcon,
GlDeprecatedButton,
GlButton,
GlButton,
GlForm,
GlFormInput,
......@@ -72,9 +72,13 @@ export default {
<template>
<div class="dropdown epic-create-dropdown">
<gl-deprecated-button variant="success" class="qa-new-epic-button" data-toggle="dropdown">
<gl-button
category="primary"
variant="success"
class="qa-new-epic-button"
data-toggle="dropdown">
{{ __('New epic') }}
</gl-deprecated-button>
</gl-button>
<div :class="{ 'dropdown-menu-right': alignRight }" class="dropdown-menu">
<gl-form>
......
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