Fix Popup, Loading, DateRange animation (#1893)

This commit is contained in:
Alexander Platov
2022-05-28 22:59:53 +07:00
committed by GitHub
parent a2858c845e
commit 79bce33abc
10 changed files with 48 additions and 29 deletions
@@ -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}