Fix: Geschosshöhe wird nicht gefetched

This commit is contained in:
Moritz Utcke
2025-10-12 17:43:50 -04:00
parent fec28de07f
commit 2a6e02f395

View File

@@ -186,7 +186,7 @@ xl:grid-cols-2 xl:gap-x-8 xl:gap-y-8
>
<option>Bitte auswählen</option>
{#each arrayRange(2.1, 4.5, 0.1) as step}
<option value={step}>{step.toFixed(2)} m</option>
<option value={step} selected={ausweis.geschosshoehe === step}>{step.toFixed(2)} m</option>
{/each}
</select>