fix: Seite nach POI-Hinzufügen automatisch neu laden

- Problem mit der Icon-Aktualisierung nach dem Hinzufügen eines POI behoben
- Temporäre Lösung: `window.location.reload()` nach `handleSubmit`
- Redux bleibt weiterhin für POI-Typen aktiv, spätere Optimierung ohne Reload geplant
This commit is contained in:
Ismail Ali
2025-03-09 18:13:43 +01:00
parent 06e468e560
commit 58d0f1a8a7
4 changed files with 51 additions and 11 deletions

View File

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