Skip to content

Commit

Permalink
Merge pull request #126 from gpibarra/fixBugTypeMap
Browse files Browse the repository at this point in the history
fix getTypeMap
  • Loading branch information
cheesegrits authored Nov 25, 2024
2 parents 79a068d + dccfa65 commit 0a8a4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/fields/filament-google-maps.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
polyOptions: @js($getPolyOptions()),
circleOptions: @js($getCircleOptions()),
rectangleOptions: @js($getRectangleOptions()),
mapType: @js($getMapType()),
mapType: @js($getType()),
})"
id="{{ $getId() . '-alpine' }}"
wire:ignore
Expand Down

0 comments on commit 0a8a4a7

Please sign in to comment.