Commit d2641d56 authored by Amy Qualls's avatar Amy Qualls Committed by Paul Slaughter

Update tooltip in collapsible_sidebar.vue

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45841
parent 96a0248c
<script>
import { mapActions, mapState } from 'vuex';
import tooltip from '~/vue_shared/directives/tooltip';
import IdeSidebarNav from '../ide_sidebar_nav.vue';
export default {
name: 'CollapsibleSidebar',
directives: {
tooltip,
},
components: {
IdeSidebarNav,
},
......
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