WIP: POI Update Modal, Beschreibung und Gerät funktioniert wie erweitet, Typ soll auch den gewählte POI Typ zuerst in dropdown angezeigt wird

This commit is contained in:
ISA
2024-09-13 08:50:10 +02:00
parent 5295dfec62
commit 56f4a585ae
7 changed files with 40 additions and 298 deletions

View File

@@ -80,6 +80,7 @@ export const fetchPoiData = async (idPoi) => {
idPoi,
name: data.name,
description: data.description,
idLD: data.idLD,
};
} catch (error) {
console.error("Fehler beim Abrufen der POI-Daten", error);