Removes console.log...sorry guys
This commit is contained in:
parent
2b5dca4859
commit
d60b34710a
@ -104,7 +104,6 @@ export default {
|
|||||||
},
|
},
|
||||||
hydrate (values) {
|
hydrate (values) {
|
||||||
for (let field of this.fields) {
|
for (let field of this.fields) {
|
||||||
console.log(`${field.name}: ${typeof this.values[field]}`)
|
|
||||||
if (field.type !== 'submit' && typeof this.values[field.name] === 'undefined') {
|
if (field.type !== 'submit' && typeof this.values[field.name] === 'undefined') {
|
||||||
this.$store.commit(`${this.m}setFieldValue`, {
|
this.$store.commit(`${this.m}setFieldValue`, {
|
||||||
field: field.name,
|
field: field.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user