From 132c974f9c0efc973286271e2b74a4e54b93a416 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 24 May 2022 19:26:32 +0200 Subject: [PATCH] mod default --- assets/js/Stepper.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'},