mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 19:57:43 +02:00
Fix Popup, Loading, DateRange animation (#1893)
This commit is contained in:
@@ -200,9 +200,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
{/if}
|
||||
{#if loading > 0}
|
||||
<Loading />
|
||||
{:else if objects.length}
|
||||
{#if objects.length}
|
||||
<tbody>
|
||||
{#each objects as object, row (object._id)}
|
||||
<tr
|
||||
@@ -302,4 +300,5 @@
|
||||
</tbody>
|
||||
{/if}
|
||||
</table>
|
||||
{#if loading > 0}<Loading />{/if}
|
||||
{/await}
|
||||
|
||||
Reference in New Issue
Block a user