Skip to content

Commit

Permalink
chore: fixed component description
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Feb 19, 2024
1 parent 216cdeb commit 5712e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/core_components/embeds/CoreGoogleMaps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { FieldType } from "../../streamsyncTypes";
import { cssClasses } from "../../renderer/sharedStyleFields";
const description = "A component to embed an external resource in an iframe.";
const description = "A component to embed a Google Map. It can be used to display a map with markers.";
const markersDefaultData = [
{lat: 37.79322359164316, lng: -122.39999318828129, name: "Marker"}
Expand Down

0 comments on commit 5712e2b

Please sign in to comment.