Fix: Geschosshöhe wird nicht gefetched
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user