mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
Fix progress rotation orbit (#2460)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
+2
-1
@@ -65,6 +65,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<ListView count={reports.length}>
|
||||
<svelte:fragment slot="item" let:item>
|
||||
{@const report = reports[item]}
|
||||
@@ -100,7 +101,7 @@
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="flex-center flex-no-shrink">
|
||||
<div class="flex-center flex-no-shrink gap-2">
|
||||
<UserBox
|
||||
label={tracker.string.Assignee}
|
||||
_class={contact.class.Employee}
|
||||
|
||||
Reference in New Issue
Block a user