Fix syncing environments
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
|||||||
this.$data.editingEnvironment = environment
|
this.$data.editingEnvironment = environment
|
||||||
this.$data.editingEnvironmentIndex = environmentIndex
|
this.$data.editingEnvironmentIndex = environmentIndex
|
||||||
this.displayModalEdit(true)
|
this.displayModalEdit(true)
|
||||||
this.syncEnvironments
|
this.syncEnvironments()
|
||||||
},
|
},
|
||||||
resetSelectedData() {
|
resetSelectedData() {
|
||||||
this.$data.editingEnvironment = undefined
|
this.$data.editingEnvironment = undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user