From 40c41997524f7f182278a4b3f31bb93fa2423c86 Mon Sep 17 00:00:00 2001 From: Abderrahim Guerfi <89612748+RahimGuerfi@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:01:37 +0100 Subject: [PATCH] fix(app): update Dialog import to resolve interaction issue --- .../app/(app)/examples/playground/components/preset-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/app/(app)/examples/playground/components/preset-actions.tsx b/apps/www/app/(app)/examples/playground/components/preset-actions.tsx index 9b57241a045..4819dcfa5d8 100644 --- a/apps/www/app/(app)/examples/playground/components/preset-actions.tsx +++ b/apps/www/app/(app)/examples/playground/components/preset-actions.tsx @@ -1,7 +1,6 @@ "use client" import * as React from "react" -import { Dialog } from "@radix-ui/react-dialog" import { MoreHorizontal } from "lucide-react" import { toast } from "@/registry/new-york/hooks/use-toast" @@ -16,6 +15,7 @@ import { } from "@/registry/new-york/ui/alert-dialog" import { Button } from "@/registry/new-york/ui/button" import { + Dialog, DialogContent, DialogDescription, DialogFooter,