Desktop: Edit Project (#6360)

This commit is contained in:
Daniel Polito 2025-12-29 11:54:49 -03:00 committed by GitHub
commit 0c6da69f39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 190 additions and 3 deletions

View file

@ -70,6 +70,7 @@ export const { use: useLayout, provider: LayoutProvider } = createSimpleContext(
{
...project,
...(metadata ?? {}),
icon: { url: metadata?.icon?.url, color: metadata?.icon?.color },
},
]
}