mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-01 21:31:04 +00: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 client = getClient()
|
||||||
const dispatch = createEventDispatcher()
|
const dispatch = createEventDispatcher()
|
||||||
let selectedPriority: IssuePriority | undefined = value.priority
|
$: selectedPriority = value.priority
|
||||||
|
|
||||||
const handlePriorityEditorOpened = (event: MouseEvent) => {
|
const handlePriorityEditorOpened = (event: MouseEvent) => {
|
||||||
event.stopPropagation()
|
event.stopPropagation()
|
||||||
|
Loading…
Reference in New Issue
Block a user