diff --git a/components/Dialog.tsx b/components/Dialog.tsx index b16416dd..e2698179 100644 --- a/components/Dialog.tsx +++ b/components/Dialog.tsx @@ -13,7 +13,7 @@ export function Dialog({ children, ...props }) { export const DialogContent = React.forwardRef(({ children, ...props }, forwardedRef) => ( {children}