mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-27 01:13:27 +03:00
back to undefined values
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
eb2fa1aad1
commit
978ab09afb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user