Skip to content

Commit

Permalink
simplify first example in map component
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jun 7, 2024
1 parent f32a176 commit f8a0324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/official-site/sqlpage/migrations/10_map.sql
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ VALUES (
'map',
'Basic example of a map with a marker',
JSON(
'[{ "component": "map", "zoom": 1 }, { "title": "New Delhi", "latitude": 28.6139, "longitude": 77.2090 }]'
'[{ "component": "map" }, { "title": "New Delhi", "latitude": 28.6139, "longitude": 77.2090 }]'
)
),
(
Expand Down

0 comments on commit f8a0324

Please sign in to comment.