Use BaseForm instead of specialized Vue component for step 1 of the application form
Remove unnecessary event listener
This commit is contained in:
@@ -51,7 +51,6 @@ export default {
|
||||
},
|
||||
|
||||
mounted: function() {
|
||||
this.$root.$on('onEnvironmentAdded', this.addEnvironment)
|
||||
this.validate()
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user