GEG Einpreisung

This commit is contained in:
Moritz Utcke
2025-02-21 12:25:28 +11:00
parent 685cb114f8
commit 1df144e5b2
24 changed files with 426 additions and 266 deletions

View File

@@ -48,7 +48,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
required
data-cy="ausstellgrund"
>
<option disabled selected value={false}>Bitte auswählen</option>
<option disabled selected>Bitte auswählen</option>
{#each Object.entries(Enums.Ausstellgrund) as [name, ausstellgrund]}
<option value={ausstellgrund}>{name}</option>
{/each}