mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 04:49:00 +00:00
Fix applications display error (#662)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
0b72615c3d
commit
b31202b34b
@ -15,11 +15,12 @@
|
||||
|
||||
<script lang="ts">
|
||||
import type { Ref, Space, Doc, Class } from '@anticrm/core'
|
||||
import core from '@anticrm/core'
|
||||
import type { Applicant } from '@anticrm/recruit'
|
||||
import { createQuery } from '@anticrm/presentation'
|
||||
import { CircleButton, IconAdd, showPopup, Label } from '@anticrm/ui'
|
||||
import CreateApplication from './CreateApplication.svelte'
|
||||
import FileDuo from "./icons/FileDuo.svelte"
|
||||
import FileDuo from './icons/FileDuo.svelte'
|
||||
import { Table } from '@anticrm/view-resources'
|
||||
|
||||
import task from '@anticrm/task'
|
||||
@ -51,7 +52,7 @@
|
||||
{
|
||||
lookup: {
|
||||
state: task.class.State,
|
||||
space: task.class.Space
|
||||
space: core.class.Space
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user