Error fixes

type mismatch in update user and some styling improvements
This commit is contained in:
2026-05-28 18:49:29 +02:00
parent 04b9ef8f9e
commit 6ef50d06aa
4 changed files with 22 additions and 24 deletions

View File

@@ -302,7 +302,7 @@ pub fn submit_ticket_component() -> Html {
<option value="Whiteboard Beamer">{ "Whiteboard Beamer" }</option>
<option value="Internet">{ "Internet" }</option>
<option value="iPad Koffer">{ "iPad Koffer" }</option>
<option value="Apple TV">{ "Apple TV" }</option>
<option value="Apple TV" selected=true>{ "Apple TV" }</option>
<option value="Docu Cam">{ "Dokumenten Kamera" }</option>
<option value="Sonstiges">{ "Sonstiges" }</option>
</select>