This commit is contained in:
shadcn
2026-04-07 15:28:19 +04:00
parent 4af7bbf4ba
commit 7dc65da6b2

View File

@@ -75,7 +75,7 @@ import {
ProgressValue,
} from "@/components/ui/progress"
<Progress value={56} className="w-full max-w-sm">
;<Progress value={56} className="w-full max-w-sm">
<ProgressLabel>Upload progress</ProgressLabel>
<ProgressValue />
</Progress>