Skip to content
Snippets Groups Projects
Commit 023e4ad9 authored by Petar Hristov's avatar Petar Hristov :speech_balloon: Committed by Sirieam Marie Hunke
Browse files

Fix: Tooltip delay on add resource on missing email confirmation

parent 80a80bfc
No related branches found
No related tags found
2 merge requests!480Dev,!478Fix: Tooltip delay on add resource on missing email confirmation
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
:disabled="!isEmailValid || isGuest || isMember" :disabled="!isEmailValid || isGuest || isMember"
@open-card="openCreateResource($event)" @open-card="openCreateResource($event)"
/> />
<b-tooltip v-if="!isEmailValid" target="addResource"> <b-tooltip
v-if="!isEmailValid"
target="addResource"
:delay="{ show: 0, hide: 2000 }"
>
<i18n-t scope="global" keypath="page.project.tooltipDisabled"> <i18n-t scope="global" keypath="page.project.tooltipDisabled">
<template #linkToUserProfile> <template #linkToUserProfile>
<router-link <router-link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment