refactor: DataSheet-Panel zeigt sich jetzt nur bei gültigen Redux-Daten

- entferne lokalen fetch + isDataLoaded State
- fetchGisStationsStaticDistrictThunk per Redux-Status 'idle' getriggert
- Anzeige von DataSheet erfolgt nur, wenn GisStationsStaticDistrict.Points vorhanden sind
This commit is contained in:
ISA
2025-05-21 14:23:45 +02:00
parent 79c98b0512
commit 6885768bed
3 changed files with 16 additions and 48 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.131";
export const APP_VERSION = "1.1.132";