PS C:\Users\isa.LTW\Desktop\02.06.2025\NodeMap\02.06.2025 NodeMap> git push work tags

error: src refspec tags does not match any
error: failed to push some refs to 'http://10.10.0.12:3000/ISA/nodeMap'
PS C:\Users\isa.LTW\Desktop\02.06.2025\NodeMap\02.06.2025 NodeMap>
This commit is contained in:
ISA
2025-06-02 11:15:34 +02:00
parent 65d92bb4ab
commit 771254db7e
6 changed files with 50 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ export function addContextMenuToMarker(marker) {
const contextMenuItems = [];
// ✅ Nur hinzufügen, wenn `selectedDevice` vorhanden ist
if (selectedDevice && marker.options?.idDevice) {
if (marker?.options?.idDevice && marker?.options?.link) {
contextMenuItems.push({
text: "Station öffnen (Tab)",
icon: "/img/screen_new.png",