Commit b52d52a2 authored by Alexander Turinske's avatar Alexander Turinske

Fix tooltip on vulnerability issue in dashboard

- the tooltip was not imported properly to display the issue
  text of a vulnerability
parent 8c1c9585
<script> <script>
import { GlIcon, GlLink } from '@gitlab/ui'; import { GlIcon, GlLink, GlTooltipDirective } from '@gitlab/ui';
export default { export default {
components: { components: {
GlIcon, GlIcon,
GlLink, GlLink,
}, },
directives: {
GlTooltip: GlTooltipDirective,
},
props: { props: {
issue: { issue: {
type: Object, type: Object,
......
---
title: Fix tooltip on vulnerability issue in security dashboard
merge_request: 34560
author:
type: fixed
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