From 8b3361c67dbf5ddca1d56580c9ab4c06250ac831 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 24 Jan 2024 14:00:57 +0100 Subject: [PATCH] Remove finished --- assets/js/Stepper.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/js/Stepper.vue b/assets/js/Stepper.vue index 97a9d65..643162b 100644 --- a/assets/js/Stepper.vue +++ b/assets/js/Stepper.vue @@ -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; }, }, };