back to undefined values

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-09 16:11:02 +02:00
parent eb2fa1aad1
commit 978ab09afb
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -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