[#100] resets the initial loadList results

This commit is contained in:
Gani Georgiev
2022-07-15 19:37:30 +03:00
parent 2dc000da65
commit 789373d15d
10 changed files with 13 additions and 13 deletions
@@ -23,7 +23,7 @@
let isLoadingSelected = false;
$: if (collectionId) {
loadList();
loadList(true);
}
$: isLoading = isLoadingList || isLoadingSelected;
+1 -1
View File
@@ -23,7 +23,7 @@
$: canLoadMore = totalItems > list.length;
loadList();
loadList(true);
loadSelected();