Fix some moderation bugs

This commit is contained in:
Jai A
2020-12-01 11:39:47 -07:00
parent db0dc71319
commit 992cdb992a
6 changed files with 84 additions and 68 deletions

View File

@@ -389,6 +389,7 @@ 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) {