diff --git a/components/ModPage.vue b/components/ModPage.vue index 031876846..f9e12213f 100644 --- a/components/ModPage.vue +++ b/components/ModPage.vue @@ -25,10 +25,16 @@
- + Description - + Versions diff --git a/components/Pagination.vue b/components/Pagination.vue index 9b750d960..b0ef7ff5d 100644 --- a/components/Pagination.vue +++ b/components/Pagination.vue @@ -3,8 +3,8 @@ @@ -30,12 +30,12 @@ diff --git a/pages/mod/_id/versions.vue b/pages/mod/_id/versions.vue index a3841a790..26ba30146 100644 --- a/pages/mod/_id/versions.vue +++ b/pages/mod/_id/versions.vue @@ -30,7 +30,14 @@ - + {{ version.name }} @@ -291,7 +298,7 @@ export default { const formData = new FormData() - this.createdVersion.mod_id = this.$route.params.id + this.createdVersion.mod_id = this.mod.id this.createdVersion.dependencies = [] this.createdVersion.featured = false