Commit de46abab authored by Phil Hughes's avatar Phil Hughes

Merge branch 'update-button-newidedropdown' into 'master'

Update Web IDE "New Directory" tooltip to gl component

See merge request gitlab-org/gitlab!45838
parents 6fa24fe5 cca1f4db
<script>
import { GlIcon } from '@gitlab/ui';
import tooltip from '~/vue_shared/directives/tooltip';
import { GlIcon, GlTooltipDirective } from '@gitlab/ui';
export default {
directives: {
tooltip,
GlTooltip: GlTooltipDirective,
},
components: {
GlIcon,
......@@ -45,7 +44,7 @@ export default {
<template>
<button
v-tooltip
v-gl-tooltip
:aria-label="label"
:title="tooltipTitle"
type="button"
......
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