fix: Korrektur der Datenquelle für Geräte-Dropdown

- API-Antwort direkt analysiert: `Points` liegt auf oberster Ebene, nicht unter `data`
- Anpassung der Zuweisung: `const locationDeviceData = gisStationsStatic?.Points ?? [];`
- Dropdown wird nun korrekt mit Gerätenamen befüllt
This commit is contained in:
Ismail Ali
2025-03-09 13:23:02 +01:00
parent 42217e09e6
commit 06e468e560
4 changed files with 26 additions and 47 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.34";
export const APP_VERSION = "1.1.35";