From d56ef890ae49db8a971a1bdd69a4e4cf5247db42 Mon Sep 17 00:00:00 2001 From: Yash Kumar Date: Tue, 1 Sep 2026 21:31:36 +0530 Subject: [PATCH] Cleanup leftover unused code in side.tsx --- apps/dokploy/components/layouts/side.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index df02dd54b..cd38dc53e 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -907,23 +907,6 @@ function SidebarLogo() { )} - {editOrganizationId && ( - { - if (!open) setEditOrganizationId(null); - }} - /> - )} - {isAddOrganizationOpen && ( - { - if (!open) setIsAddOrganizationOpen(false); - }} - /> - )} ); }