Browse Source

Remove finished

dev
philipp lang 2 years ago
parent
commit
8b3361c67d
  1. 2
      assets/js/Stepper.vue

2
assets/js/Stepper.vue

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

Loading…
Cancel
Save