mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-17 13:54:11 +00: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'
|
import contact from '@anticrm/contact'
|
||||||
|
|
||||||
export let space: Ref<Space>
|
export let space: Ref<Space>
|
||||||
export let candidate: Ref<Person> | null = null
|
export let candidate: Ref<Person> // | null = null
|
||||||
export let employee: Ref<Employee> | null = null
|
export let employee: Ref<Employee> // | null = null
|
||||||
|
|
||||||
export let preserveCandidate = false
|
export let preserveCandidate = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user