Datentypen in Prod DB vorbereiten für release #69

Merged
PxlLoewe merged 56 commits from staging into release 2025-07-18 20:05:13 +00:00
Showing only changes of commit bd40c9f817 - Show all commits

View File

@@ -307,7 +307,9 @@ export const MissionForm = () => {
<option disabled value="please_select">
Einsatz Kategorie auswählen...
</option>
{Object.keys(KEYWORD_CATEGORY).map((use) => (
{Object.keys(KEYWORD_CATEGORY)
.filter((k) => !k.startsWith("V_"))
.map((use) => (
<option key={use} value={use}>
{use}
</option>