Fix mod creation again

This commit is contained in:
Jai A
2020-11-27 14:30:07 -07:00
parent 2c09e6a7c0
commit c3392d5386
2 changed files with 2 additions and 0 deletions

View File

@@ -282,6 +282,7 @@ export default {
this.createdVersion.mod_id = this.$route.params.id
this.createdVersion.dependencies = []
this.createdVersion.primary = false;
formData.append('data', JSON.stringify(this.createdVersion))