diff --git a/plugins/recruit-resources/src/components/CreateApplication.svelte b/plugins/recruit-resources/src/components/CreateApplication.svelte index 06bdcb727d..06d7cfc123 100644 --- a/plugins/recruit-resources/src/components/CreateApplication.svelte +++ b/plugins/recruit-resources/src/components/CreateApplication.svelte @@ -29,8 +29,8 @@ import contact from '@anticrm/contact' export let space: Ref - export let candidate: Ref | null = null - export let employee: Ref | null = null + export let candidate: Ref // | null = null + export let employee: Ref // | null = null export let preserveCandidate = false