Fix mod creation again
This commit is contained in:
parent
2c09e6a7c0
commit
c3392d5386
@ -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))
|
||||
|
||||
|
||||
@ -424,6 +424,7 @@ export default {
|
||||
game_versions: [],
|
||||
release_channel: 'release',
|
||||
loaders: [],
|
||||
primary: false,
|
||||
})
|
||||
|
||||
this.currentVersionIndex = this.versions.length - 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user