We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e212b commit 6d60856Copy full SHA for 6d60856
resources/views/forms/components/leaflet-input.blade.php
@@ -63,7 +63,7 @@ function data() {
63
const that = this;
64
65
map.on('geosearch/showlocation', function(location) {
66
- that.state = JSON.stringify(location.location);
+ that.state = location.location;
67
if (defaultMarker) {
68
map.removeLayer(defaultMarker);
69
defaultMarker = null;
0 commit comments