mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
UBER-488: update selected priority on issue switch (#3436)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
f180ea4b10
commit
9f26dab1f8
@ -42,7 +42,7 @@
|
||||
|
||||
const client = getClient()
|
||||
const dispatch = createEventDispatcher()
|
||||
let selectedPriority: IssuePriority | undefined = value.priority
|
||||
$: selectedPriority = value.priority
|
||||
|
||||
const handlePriorityEditorOpened = (event: MouseEvent) => {
|
||||
event.stopPropagation()
|
||||
|
Loading…
Reference in New Issue
Block a user