UBER-488: update selected priority on issue switch (#3436)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-06-16 10:07:58 +05:00 committed by GitHub
parent f180ea4b10
commit 9f26dab1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()