We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d56a9 commit 3c620ffCopy full SHA for 3c620ff
src/bundle/Resources/public/js/scripts/fieldType/ezgmaplocation.js
@@ -599,7 +599,7 @@
599
600
navigator.geolocation.getCurrentPosition(
601
(position) => updateMapState(position.coords.latitude, position.coords.longitude),
602
- (error) => ibexa.helpers.notification.showErrorNotification(error),
+ (error) => ibexa.helpers.notification.showErrorNotification(error.message),
603
);
604
};
605
let locationMarker;
0 commit comments