refactor: POI-Typ-Fetch in AddPOIModal auf Redux umgestellt

- Manuelle fetch-Anfrage zu /api/talas_v5_DB/poiTyp/readPoiTyp entfernt
- Stattdessen fetchPoiTypes Redux-Thunk verwendet
- Initialwert für poiTypeId weiterhin über useEffect gesetzt
- Code vereinfacht und zentral über Redux-Store verwaltet
This commit is contained in:
ISA
2025-05-23 11:56:28 +02:00
parent 62c508e2c3
commit a8a0efa8ea
4 changed files with 31 additions and 43 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.156";
export const APP_VERSION = "1.1.157";