Commit 2d959aa1 authored by Alexander Turinske's avatar Alexander Turinske

Remove gltooltip directive from vulnerability list

parent b52d52a2
<script>
import { s__, __ } from '~/locale';
import {
GlEmptyState,
GlFormCheckbox,
GlLink,
GlSkeletonLoading,
GlTable,
GlTooltipDirective,
} from '@gitlab/ui';
import { GlEmptyState, GlFormCheckbox, GlLink, GlSkeletonLoading, GlTable } from '@gitlab/ui';
import RemediatedBadge from './remediated_badge.vue';
import SeverityBadge from 'ee/vue_shared/security_reports/components/severity_badge.vue';
import SelectionSummary from 'ee/security_dashboard/components/selection_summary.vue';
......@@ -27,9 +20,6 @@ export default {
SelectionSummary,
SeverityBadge,
},
directives: {
GlTooltip: GlTooltipDirective,
},
props: {
dashboardDocumentation: {
type: String,
......
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