Commit 7f12805d authored by Paul Slaughter's avatar Paul Slaughter

Use GlTooltip in IDE radio_group

parent 45593d1a
<script>
import { mapActions, mapState, mapGetters } from 'vuex';
import tooltip from '~/vue_shared/directives/tooltip';
import { GlTooltipDirective } from '@gitlab/ui';
export default {
directives: {
tooltip,
GlTooltip: GlTooltipDirective,
},
props: {
value: {
......@@ -53,8 +53,7 @@ export default {
<template>
<fieldset>
<label
v-tooltip
:title="tooltipTitle"
v-gl-tooltip="tooltipTitle"
:class="{
'is-disabled': disabled,
}"
......
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