From 25c144afe45e87a3bd74dbe0a91ea0ab3ff87936 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 16 Oct 2025 19:00:20 +0200 Subject: [PATCH] Fix dialog --- ui/src/components/ui/dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ui/dialog.tsx b/ui/src/components/ui/dialog.tsx index 5c45e1b..4ffcfb6 100644 --- a/ui/src/components/ui/dialog.tsx +++ b/ui/src/components/ui/dialog.tsx @@ -68,7 +68,7 @@ const DialogTitle = React.forwardRef< >(({ className, ...props }, ref) => ( ));