Browse Source

Fix validation

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

1
assets/js/Stepper.vue

@ -134,7 +134,6 @@
v-model="innerStep"
class="mt-6"
:nextable="
value.object_address.length > 0 &&
value.object_zip.length > 0 &&
value.object_location.length > 0 &&
value.firstname.length !== 0 &&

Loading…
Cancel
Save