@ -212,7 +212,6 @@ export default {
Wohnung: 6,
Grundstück: 3,
},
finished: true,
value: {
category: null,
living_area: null,
@ -342,7 +341,6 @@ export default {
await axios.post('/wp-admin/admin-ajax.php?action=stepper_submit', this.value);
this.innerStep++;
this.finished = true;
};