mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-24 01:07:50 +00:00
Fix PriorityPresenter (#2121)
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
parent
ec8b76c299
commit
d4a0443c15
@ -25,10 +25,12 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if value !== undefined}
|
{#if value !== undefined}
|
||||||
|
<div class="flex-presenter">
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<Icon {icon} size={'small'} />
|
<Icon {icon} size={'small'} />
|
||||||
</div>
|
</div>
|
||||||
<span class="overflow-label">
|
<span class="overflow-label">
|
||||||
<Label {label} />
|
<Label {label} />
|
||||||
</span>
|
</span>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user