Tracker: labels on the card. (#2221)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-07-07 09:21:30 +07:00
committed by GitHub
parent bbe6c12474
commit 2450fd0fa9
9 changed files with 231 additions and 34 deletions
@@ -31,6 +31,7 @@
export let shape: ButtonShape = undefined
export let justify: 'left' | 'center' = 'left'
export let width: string | undefined = '100%'
export let onlyIcon: boolean = false
const client = getClient()
@@ -65,6 +66,7 @@
{isEditable}
{shouldShowLabel}
{popupPlaceholder}
{onlyIcon}
value={value.project}
onProjectIdChange={handleProjectIdChanged}
/>