From 4f70d992e42667c99d037e3af18069ce62304e65 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 12 Jan 2022 20:27:08 +0700 Subject: [PATCH] Closes #807 (#808) Signed-off-by: Andrey Sobolev --- .../src/components/ApplicationsPresenter.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte b/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte index fe1a7b5034..a55d064dba 100644 --- a/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte +++ b/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte @@ -18,7 +18,7 @@ import type { Candidate } from '@anticrm/recruit' import { Icon, Tooltip } from '@anticrm/ui' import ApplicationsPopup from './ApplicationsPopup.svelte' - import recruit from '@anticrm/recruit' + import recruit from '../plugin' export let value: Candidate