refactor: PoiUpdateModal auf Redux poiTypSlice umgestellt

- fetch(...) durch fetchPoiTypThunk ersetzt
- Zugriff auf POI-Typen über selectPoiTypData
- Code vereinheitlicht mit AddPOIModal.js
- Version erhöht auf 1.1.160
This commit is contained in:
ISA
2025-05-23 14:08:37 +02:00
parent 28dd0006bc
commit 96b36eb706
3 changed files with 28 additions and 30 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.160";
export const APP_VERSION = "1.1.161";