Skip to content

Commit 6d60856

Browse files
authored
Remove stringify
1 parent 35e212b commit 6d60856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/forms/components/leaflet-input.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function data() {
6363
const that = this;
6464
6565
map.on('geosearch/showlocation', function(location) {
66-
that.state = JSON.stringify(location.location);
66+
that.state = location.location;
6767
if (defaultMarker) {
6868
map.removeLayer(defaultMarker);
6969
defaultMarker = null;

0 commit comments

Comments
 (0)