From c8183abff707cc420ce7dca7f311cb869059e798 Mon Sep 17 00:00:00 2001 From: DanielS Date: Fri, 10 Jul 2026 09:29:57 +0200 Subject: [PATCH] fix(admin): close FormField and FormItem correctly in create product dialog --- shop/components/admin/create-product-dialog.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shop/components/admin/create-product-dialog.tsx b/shop/components/admin/create-product-dialog.tsx index 003e25e..f17b845 100644 --- a/shop/components/admin/create-product-dialog.tsx +++ b/shop/components/admin/create-product-dialog.tsx @@ -464,6 +464,8 @@ export function CreateProductDialog({ )} + + )} />