Commit eb112caf authored by Alexis Ginsberg's avatar Alexis Ginsberg

Remove references to tooltips and directives

parent 5e4982d9
<script>
import { GlTooltipDirective } from '@gitlab/ui';
import { mapGetters, mapActions } from 'vuex';
import Sortable from 'sortablejs';
import BoardListHeader from 'ee_else_ce/boards/components/board_list_header.vue';
......@@ -18,9 +17,6 @@ export default {
BoardListHeader,
BoardList: gon.features?.graphqlBoardLists ? BoardListNew : BoardList,
},
directives: {
GlTooltip: GlTooltipDirective,
},
mixins: [glFeatureFlagMixin()],
props: {
list: {
......
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