[#100] resets the initial loadList results
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
let isLoadingSelected = false;
|
||||
|
||||
$: if (collectionId) {
|
||||
loadList();
|
||||
loadList(true);
|
||||
}
|
||||
|
||||
$: isLoading = isLoadingList || isLoadingSelected;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
$: canLoadMore = totalItems > list.length;
|
||||
|
||||
loadList();
|
||||
loadList(true);
|
||||
|
||||
loadSelected();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user