mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge branch 'main' into canary
This commit is contained in:
commit
7c8594aadb
@ -908,7 +908,7 @@ export default function Page({ children }: Props) {
|
|||||||
</SidebarGroup>
|
</SidebarGroup>
|
||||||
<SidebarGroup>
|
<SidebarGroup>
|
||||||
<SidebarGroupLabel>Settings</SidebarGroupLabel>
|
<SidebarGroupLabel>Settings</SidebarGroupLabel>
|
||||||
<SidebarMenu className="gap-2">
|
<SidebarMenu>
|
||||||
{filteredSettings.map((item) => {
|
{filteredSettings.map((item) => {
|
||||||
const isSingle = item.isSingle !== false;
|
const isSingle = item.isSingle !== false;
|
||||||
const isActive = isSingle
|
const isActive = isSingle
|
||||||
|
Loading…
Reference in New Issue
Block a user