From c2c0ff82547125031f12ecc8cc058796ed993ef5 Mon Sep 17 00:00:00 2001 From: DongHY1 Date: Wed, 22 May 2024 15:00:27 +0800 Subject: [PATCH] fix: add TooltipProvider for Dashboard03,05,06,07 --- .../registry/default/block/Dashboard03.vue | 274 ++++++++++-------- .../registry/default/block/Dashboard05.vue | 184 ++++++------ .../registry/default/block/Dashboard06.vue | 181 ++++++------ .../registry/default/block/Dashboard07.vue | 181 ++++++------ 4 files changed, 440 insertions(+), 380 deletions(-) diff --git a/apps/www/src/lib/registry/default/block/Dashboard03.vue b/apps/www/src/lib/registry/default/block/Dashboard03.vue index 3b60b282..c2e1024f 100644 --- a/apps/www/src/lib/registry/default/block/Dashboard03.vue +++ b/apps/www/src/lib/registry/default/block/Dashboard03.vue @@ -14,7 +14,7 @@ import { Input } from '@/lib/registry/default/ui/input' import { Label } from '@/lib/registry/default/ui/label' import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/lib/registry/default/ui/select' import { Textarea } from '@/lib/registry/default/ui/textarea' -import { Tooltip, TooltipContent, TooltipTrigger } from '@/lib/registry/default/ui/tooltip' +import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '@/lib/registry/default/ui/tooltip'