mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 18:27:44 +02:00
back to undefined values
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
import contact from '@anticrm/contact'
|
||||
|
||||
export let space: Ref<Space>
|
||||
export let candidate: Ref<Person> | null = null
|
||||
export let employee: Ref<Employee> | null = null
|
||||
export let candidate: Ref<Person> // | null = null
|
||||
export let employee: Ref<Employee> // | null = null
|
||||
|
||||
export let preserveCandidate = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user