Commit 69eb9594 authored by Sunjung Park's avatar Sunjung Park Committed by Illya Klymov

Replace with the new tooltip on Epic header

parent cc26580c
<script>
import { mapState, mapGetters, mapActions } from 'vuex';
import { GlButton, GlIcon } from '@gitlab/ui';
import { GlButton, GlIcon, GlTooltipDirective } from '@gitlab/ui';
import { __ } from '~/locale';
import tooltip from '~/vue_shared/directives/tooltip';
import UserAvatarLink from '~/vue_shared/components/user_avatar/user_avatar_link.vue';
import TimeagoTooltip from '~/vue_shared/components/time_ago_tooltip.vue';
......@@ -13,7 +12,7 @@ import { statusType } from '../constants';
export default {
directives: {
tooltip,
GlTooltipDirective,
},
components: {
GlIcon,
......
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