mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 02:56:13 +05:00
Cleanup leftover unused code in side.tsx
This commit is contained in:
parent
b75785dc6a
commit
d56ef890ae
@ -907,23 +907,6 @@ function SidebarLogo() {
|
||||
</SidebarMenuItem>
|
||||
</SidebarMenu>
|
||||
)}
|
||||
{editOrganizationId && (
|
||||
<AddOrganization
|
||||
organizationId={editOrganizationId}
|
||||
open={true}
|
||||
onOpenChange={(open) => {
|
||||
if (!open) setEditOrganizationId(null);
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
{isAddOrganizationOpen && (
|
||||
<AddOrganization
|
||||
open={true}
|
||||
onOpenChange={(open) => {
|
||||
if (!open) setIsAddOrganizationOpen(false);
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user