From 26a6af4ab262c3fe5760d5f00587db894e4d6a8b Mon Sep 17 00:00:00 2001 From: triphora Date: Sat, 12 Nov 2022 20:11:17 -0500 Subject: [PATCH] Fix 404 error when creating a resource pack (#723) Redo of #681 --- components/ui/ModalCreation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/ModalCreation.vue b/components/ui/ModalCreation.vue index cb3e5a109..4e302a78d 100644 --- a/components/ui/ModalCreation.vue +++ b/components/ui/ModalCreation.vue @@ -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',