platform/plugins/recruit-resources/src/components/SkillsView.svelte
Alexander Platov f7ea37e357
Update the labels of the create button (#1138)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2022-03-14 16:04:41 +07:00

8 lines
366 B
Svelte
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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', сreateItemLabel: recruit.string.SkillCreateLabel }}/>