TSK-1443 fix tags presenter (#3136)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-05-04 17:14:55 +07:00
committed by GitHub
parent 4801b20d8b
commit e719dc14ed
4 changed files with 18 additions and 16 deletions
@@ -408,7 +408,7 @@
>
<Component
is={tags.component.LabelsPresenter}
props={{ object: issue, ckeckFilled: fullFilled[issueId], lookupField: 'labels', kind: 'kanban' }}
props={{ value: issue.labels, object: issue, ckeckFilled: fullFilled[issueId], kind: 'kanban' }}
on:change={(res) => {
if (res.detail.full) fullFilled[issueId] = true
}}