Skip to content

Commit

Permalink
Update Dialog.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Jun 3, 2024
1 parent 594d1d8 commit c16b53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/elements/dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const DialogDescription = React.forwardRef<
/>
));
const DialogFooter = ({
className,
className,
...props
}: React.HTMLAttributes<HTMLDivElement>) => (
<div
Expand Down

0 comments on commit c16b53c

Please sign in to comment.