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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user