platform/plugins/recruit-resources/src/components/SkillsView.svelte

8 lines
315 B
Svelte
Raw Normal View History

<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' }}/>