mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 03:54:57 +02:00
fix: default project icon (#4984)
Signed-off-by: Eduard Aksamitov <e@euaaaio.ru>
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
let name: string = project?.name ?? namePlaceholder
|
||||
let description: string = project?.description ?? descriptionPlaceholder
|
||||
let isPrivate: boolean = project?.private ?? false
|
||||
let icon: Asset | undefined = project?.icon ?? undefined
|
||||
let icon: Asset | undefined = project?.icon ?? tracker.icon.Home
|
||||
let color = project?.color ?? getColorNumberByText(name)
|
||||
let isColorSelected = false
|
||||
let defaultAssignee: Ref<Employee> | null | undefined = project?.defaultAssignee ?? null
|
||||
|
||||
Reference in New Issue
Block a user