Skip to content
Snippets Groups Projects
Commit dc2614be authored by Sarah GP's avatar Sarah GP
Browse files

Also please the linter

parent 90859233
No related merge requests found
......@@ -56,7 +56,7 @@ export default {
</script>
<template>
<button :class="containerClass" :disabled="loading || disabled" @click="onClick" v-gl-tooltip>
<button v-gl-tooltip :class="containerClass" :disabled="loading || disabled" @click="onClick">
<transition name="fade-in">
<gl-loading-icon
v-if="loading"
......
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