1 parent 190a8e2 commit 8f41f26Copy full SHA for 8f41f26
1 file changed
src/components/sections/upload-file/UploadList.tsx
@@ -107,7 +107,7 @@ function UploadedItem({
107
<div className="flex items-center">
108
<Progress value={upload.state === "uploading" ? upload.progress * 100 : 0} />
109
<Tooltip>
110
- <TooltipTrigger>
+ <TooltipTrigger asChild>
111
<Button
112
variant="ghost"
113
size="icon-sm"
@@ -159,7 +159,7 @@ function UploadedItem({
159
upload.state === "uploaded") && (
160
<div className="absolute top-1 right-1">
161
162
163
164
165
0 commit comments