updated deps and removed unnecessary normalizeSort() call
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
let sort = queryParams.get("sort") || "-created";
|
||||
let selectedCollectionId = queryParams.get("collectionId") || $activeCollection?.id;
|
||||
|
||||
normalizeSort();
|
||||
|
||||
$: reactiveParams = new URLSearchParams($querystring);
|
||||
|
||||
$: if (
|
||||
|
||||
Reference in New Issue
Block a user