remove delay for contact popovers
This commit is contained in:
@@ -134,7 +134,7 @@ const showDetail = (customer: Customer) => {
|
|||||||
<a href="tel://+4982165079983">+49 821 650799-83</a><br />
|
<a href="tel://+4982165079983">+49 821 650799-83</a><br />
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardFooter>
|
<CardFooter>
|
||||||
<TooltipProvider>
|
<TooltipProvider :delay-duration="0">
|
||||||
|
|
||||||
<Tooltip v-for="contact in customer.contacts">
|
<Tooltip v-for="contact in customer.contacts">
|
||||||
<TooltipTrigger>
|
<TooltipTrigger>
|
||||||
|
|||||||
Reference in New Issue
Block a user