Get error state in edit environment name form working
This commit is contained in:
@@ -6,13 +6,17 @@ export default {
|
||||
|
||||
mixins: [FormMixin],
|
||||
|
||||
props: {
|
||||
initialSelectedSection: String,
|
||||
},
|
||||
|
||||
components: {
|
||||
textinput,
|
||||
},
|
||||
|
||||
data: function() {
|
||||
return {
|
||||
selectedSection: null,
|
||||
selectedSection: this.initialSelectedSection,
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user