diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue index f2e971739..7a7c822bb 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue @@ -229,13 +229,12 @@ export default { "comment": data.comment, "telephone": data.phonenumber, "email": data.email, - "address": data.address + "address": null } - // console.log('body', body) postThirdparty(body) .then(thirdparty => new Promise((resolve, reject) => { // this.$parent.newPriorSuggestion(thirdparty); - // console.log('thirdparty created', thirdparty) + console.log('thirdparty created', thirdparty) resolve(); })); } else {