Corresponding frontend PR to modrinth/labrinth#449 (#763)

Co-authored-by: Prospector <prospectordev@gmail.com>
Fixes https://github.com/modrinth/knossos/issues/597
Fixes https://github.com/modrinth/knossos/issues/593
Fixes https://github.com/modrinth/knossos/issues/768
This commit is contained in:
triphora
2022-12-14 19:36:28 -05:00
committed by GitHub
parent 03a6b0311f
commit 520f9801be
10 changed files with 298 additions and 127 deletions

View File

@@ -346,7 +346,6 @@ export default {
categories,
loaders,
gameVersions,
licenses,
donationPlatforms,
reportTypes,
] = (
@@ -354,7 +353,6 @@ export default {
axios.get(`${API_URL}tag/category`, headers),
axios.get(`${API_URL}tag/loader`, headers),
axios.get(`${API_URL}tag/game_version`, headers),
axios.get(`${API_URL}tag/license`, headers),
axios.get(`${API_URL}tag/donation_platform`, headers),
axios.get(`${API_URL}tag/report_type`, headers),
])
@@ -363,7 +361,6 @@ export default {
state.categories = categories
state.loaders = loaders
state.gameVersions = gameVersions
state.licenses = licenses
state.donationPlatforms = donationPlatforms
state.reportTypes = reportTypes