new app step 1 form is submitable with initial data
This commit is contained in:
parent
24be9a6a61
commit
9faf55f2d6
@ -10,6 +10,10 @@ export default {
|
||||
components: {
|
||||
textinput,
|
||||
},
|
||||
created: function() {
|
||||
this.$root.$on('field-change', this.handleFieldChange)
|
||||
if (this.initialData) this.changed = true
|
||||
},
|
||||
|
||||
data: function() {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user