diff --git a/web_app/src/components/ui/sheet.tsx b/web_app/src/components/ui/sheet.tsx index 3b40abd..40398b2 100644 --- a/web_app/src/components/ui/sheet.tsx +++ b/web_app/src/components/ui/sheet.tsx @@ -59,7 +59,7 @@ interface SheetContentProps extends React.ComponentPropsWithoutRef, CustomSheetContentProps, VariantProps { - className?: string, + className: string, } const SheetContent = React.forwardRef<