mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Fix activity view for "No Priority" option (#1641)
This commit is contained in:
parent
5d84e38c79
commit
1b62b6223c
@ -20,7 +20,7 @@
|
|||||||
export let value: IssuePriority | undefined
|
export let value: IssuePriority | undefined
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if value}
|
{#if value !== undefined}
|
||||||
<span class="overflow-label">
|
<span class="overflow-label">
|
||||||
<Label label={issuePriorities[value].label} />
|
<Label label={issuePriorities[value].label} />
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user