mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 01:55:00 +02:00
Tracker: labels on the card. (#2221)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user