Commit eb112caf authored by Alexis Ginsberg's avatar Alexis Ginsberg

Remove references to tooltips and directives

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