From 0253b62b6365476591121b6f18dcb3f3261cb4ff Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Mon, 29 Dec 2025 09:54:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Set=20modal=20prop=20to?= =?UTF-8?q?=20false=20for=20DropdownMenu=20in=20multiple=20components=20fo?= =?UTF-8?q?r=20improved=20user=20experience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/src/sections/servers/server-form.tsx | 2 +- apps/admin/src/sections/user/index.tsx | 2 +- apps/admin/src/sections/user/user-subscription/index.tsx | 2 +- apps/user/src/layout/user-nav.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/admin/src/sections/servers/server-form.tsx b/apps/admin/src/sections/servers/server-form.tsx index 26f5678..46f11f5 100644 --- a/apps/admin/src/sections/servers/server-form.tsx +++ b/apps/admin/src/sections/servers/server-form.tsx @@ -98,7 +98,7 @@ function DynamicField({ field.generate ? ( field.generate.functions && field.generate.functions.length > 0 ? ( - + } />, - + diff --git a/apps/admin/src/sections/user/user-subscription/index.tsx b/apps/admin/src/sections/user/user-subscription/index.tsx index a8caf1f..309c97d 100644 --- a/apps/admin/src/sections/user/user-subscription/index.tsx +++ b/apps/admin/src/sections/user/user-subscription/index.tsx @@ -242,7 +242,7 @@ function RowMoreActions({ return (
- + diff --git a/apps/user/src/layout/user-nav.tsx b/apps/user/src/layout/user-nav.tsx index 8f29812..ea6c6cf 100644 --- a/apps/user/src/layout/user-nav.tsx +++ b/apps/user/src/layout/user-nav.tsx @@ -33,7 +33,7 @@ export function UserNav() { if (user) { return ( - +