Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-11-19 16:05:58 +01:00
parent 93472b3d1b
commit 060dd1dd05
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -14,13 +14,12 @@
-->
<script lang="ts">
import { UserInfo, Avatar } from '@anticrm/presentation'
import { Avatar } from '@anticrm/presentation'
import { showPopup, Label, IconThread, ActionIcon, IconMoreH, IconFile } from '@anticrm/ui'
import type { WithLookup } from '@anticrm/core'
import type { Applicant } from '@anticrm/recruit'
import EditCandidate from './EditCandidate.svelte'
import EditApplication from './EditApplication.svelte'
import { AttachmentsPresenter } from '@anticrm/chunter-resources'
import { formatName } from '@anticrm/contact'
@ -32,10 +31,6 @@
function showCandidate() {
showPopup(EditCandidate, { _id: object.attachedTo }, 'full')
}
// function showApplication() {
// showPopup(EditApplication, { _id: object._id }, 'full')
// }
</script>
<div class="card-container" {draggable} class:draggable on:dragstart on:dragend>