Merge pull request #878 from sboulema/feature/environments-not-synced-after-edit
Fix syncing environments
This commit is contained in:
commit
40ea43b738
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