Skip to content

Commit 0a8a4a7

Browse files
authored
Merge pull request #126 from gpibarra/fixBugTypeMap
fix getTypeMap
2 parents 79a068d + dccfa65 commit 0a8a4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/fields/filament-google-maps.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
polyOptions: @js($getPolyOptions()),
5555
circleOptions: @js($getCircleOptions()),
5656
rectangleOptions: @js($getRectangleOptions()),
57-
mapType: @js($getMapType()),
57+
mapType: @js($getType()),
5858
})"
5959
id="{{ $getId() . '-alpine' }}"
6060
wire:ignore

0 commit comments

Comments
 (0)