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

@@ -109,6 +109,7 @@ export const handleEditPoi = (
idPoi: marker.options.id,
name: marker.options.name,
description: marker.options.description,
idLD: marker.options.idLD,
});
fetchPoiData(marker.options.id);