new app step 1 form is submitable with initial data

This commit is contained in:
graham-dds 2019-10-09 15:16:23 -04:00
parent 24be9a6a61
commit 9faf55f2d6

View File

@ -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 {