Commit 8bc695b1 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '227242-geo-item-popover' into 'master'

Remove unused popover directive in Geo node item

See merge request gitlab-org/gitlab!48146
parents 69514454 96527ada
<script>
import { GlIcon, GlPopover, GlLink, GlSprintf } from '@gitlab/ui';
import { s__ } from '~/locale';
import popover from '~/vue_shared/directives/popover';
import { VALUE_TYPE, CUSTOM_TYPE, REPLICATION_HELP_URL } from '../constants';
......@@ -19,9 +18,6 @@ export default {
GlLink,
GlSprintf,
},
directives: {
popover,
},
props: {
itemTitle: {
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