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> <script>
import { mapActions, mapState } from 'vuex'; import { mapActions, mapState } from 'vuex';
import tooltip from '~/vue_shared/directives/tooltip';
import IdeSidebarNav from '../ide_sidebar_nav.vue'; import IdeSidebarNav from '../ide_sidebar_nav.vue';
export default { export default {
name: 'CollapsibleSidebar', name: 'CollapsibleSidebar',
directives: {
tooltip,
},
components: { components: {
IdeSidebarNav, 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