Fix 404 error when creating a resource pack (#723)

Redo of #681
This commit is contained in:
triphora
2022-11-12 20:11:17 -05:00
committed by GitHub
parent 20785926e2
commit 26a6af4ab2

View File

@@ -182,7 +182,7 @@ Questions? [Join the Modrinth Discord for support!](https://discord.gg/EUHuJHt)`
})
this.$refs.modal.hide()
await this.$router.replace(`/${projectType.display}/${this.slug}`)
await this.$router.replace(`/${projectType.actual}/${this.slug}`)
} catch (err) {
this.$notify({
group: 'main',