Commit 96527ada authored by Sunjung Park's avatar Sunjung Park

Remove unused popover directive

parent 8aa3973a
<script> <script>
import { GlIcon, GlPopover, GlLink, GlSprintf } from '@gitlab/ui'; import { GlIcon, GlPopover, GlLink, GlSprintf } from '@gitlab/ui';
import { s__ } from '~/locale'; import { s__ } from '~/locale';
import popover from '~/vue_shared/directives/popover';
import { VALUE_TYPE, CUSTOM_TYPE, REPLICATION_HELP_URL } from '../constants'; import { VALUE_TYPE, CUSTOM_TYPE, REPLICATION_HELP_URL } from '../constants';
...@@ -19,9 +18,6 @@ export default { ...@@ -19,9 +18,6 @@ export default {
GlLink, GlLink,
GlSprintf, GlSprintf,
}, },
directives: {
popover,
},
props: { props: {
itemTitle: { itemTitle: {
type: String, 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