Fix syncing environments
This commit is contained in:
parent
ae9a9cf8cf
commit
240351ea23
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ export default {
|
|||
this.$data.editingEnvironment = environment
|
||||
this.$data.editingEnvironmentIndex = environmentIndex
|
||||
this.displayModalEdit(true)
|
||||
this.syncEnvironments
|
||||
this.syncEnvironments()
|
||||
},
|
||||
resetSelectedData() {
|
||||
this.$data.editingEnvironment = undefined
|
||||
|
|
|
|||
Loading…
Reference in a new issue