diff --git a/assets/js/Stepper.vue b/assets/js/Stepper.vue index fa8dc49..7794dfd 100644 --- a/assets/js/Stepper.vue +++ b/assets/js/Stepper.vue @@ -205,7 +205,7 @@ export default { }, range: {min: [1800, 1], max: [dayjs().year(), 1]}, value: { - category_id: 'Haus', + category_id: null, living_area: null, plot_area: null, construction_year: null, @@ -219,7 +219,7 @@ export default { phone: '', email: '' }, - innerStep: 7, + innerStep: 0, categories: [ {key: 'Haus', label: 'Haus', icon: 'category-house'}, {key: 'Grundstück', label: 'Grundstück', icon: 'category-plot'},