diff --git a/app/components/AlertDialog.tsx b/app/components/AlertDialog.tsx index bc5ef15..8a199f3 100644 --- a/app/components/AlertDialog.tsx +++ b/app/components/AlertDialog.tsx @@ -19,7 +19,7 @@ Overlay.displayName = 'Overlay' export const Content = forwardRef< HTMLDivElement, AlertDialog.AlertDialogContentProps ->(({ children, ...rest }, ref) => ( +>(({ className: _className, children, ...rest }, ref) => (