From 8df8bf33a40cdbeab9c9052acd98b3b277edabdc Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 2 Dec 2020 10:56:50 -0700 Subject: [PATCH] Fix sorting --- pages/mods.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/mods.vue b/pages/mods.vue index a105ce77a..cc0c2d6a9 100644 --- a/pages/mods.vue +++ b/pages/mods.vue @@ -335,7 +335,6 @@ export default { if (this.$route.query.o) this.currentPage = Math.ceil(this.$route.query.o / this.maxResults) + 1 - this.facets.push('host:modrinth') await this.fillInitialVersions() await this.onSearchChange(this.currentPage) }, @@ -389,7 +388,6 @@ export default { for (const facet of [...this.facets]) await this.toggleFacet(facet, true) this.selectedVersions = [] - this.facets.push('host:modrinth') await this.onSearchChange(1) }, async toggleFacet(elementName, sendRequest) {