mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 11:30:16 +00:00
8 lines
315 B
Svelte
8 lines
315 B
Svelte
![]() |
<script lang='ts'>
|
||
|
import tags from '@anticrm/tags'
|
||
|
import { Component } from '@anticrm/ui'
|
||
|
import recruit from '../plugin'
|
||
|
</script>
|
||
|
|
||
|
<Component is={tags.component.TagsView} props={{ targetClass: recruit.mixin.Candidate, title: recruit.string.SkillsLabel, item: recruit.string.SkillLabel, key: 'skills' }}/>
|