Skip to content

Commit

Permalink
Update sheet.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshyarawat1 authored Jul 16, 2024
1 parent 0312b5d commit 80f57aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/src/components/ui/sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ interface SheetContentProps
extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>,
CustomSheetContentProps,
VariantProps<typeof sheetVariants> {
className?: string,
className: string,
}

const SheetContent = React.forwardRef<
Expand Down

0 comments on commit 80f57aa

Please sign in to comment.