reload the records counter and remove drafts failures from LocalStorage

This commit is contained in:
Gani Georgiev
2023-10-01 15:57:20 +03:00
parent d69181cfef
commit 5732bc38e3
4 changed files with 12 additions and 4 deletions
+6 -1
View File
@@ -175,7 +175,12 @@
</button>
{/if}
<RefreshButton on:refresh={() => recordsList?.load()} />
<RefreshButton
on:refresh={() => {
recordsList?.load();
recordsCount?.reload();
}}
/>
</div>
<div class="btns-group">