Commit 5b982e86 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '228975-collapsible-sidebar-button' into 'master'

Update tooltip in collapsible_sidebar.vue

See merge request gitlab-org/gitlab!45841
parents b346f2c4 d2641d56
<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