diff --git a/apps/www/registry/default/ui/progress.tsx b/apps/www/registry/default/ui/progress.tsx index 5c87ea48656..63b40791fd9 100644 --- a/apps/www/registry/default/ui/progress.tsx +++ b/apps/www/registry/default/ui/progress.tsx @@ -8,7 +8,7 @@ import { cn } from "@/lib/utils" const Progress = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef ->(({ className, value, ...props }, ref) => ( +>(({ className, value, max, ...props }, ref) => ( ))