From 74e6b1932877a0a65e0ffbe49c2051588b547406 Mon Sep 17 00:00:00 2001 From: William French Date: Fri, 17 May 2024 11:56:18 -0700 Subject: [PATCH] fix: Adds missing library (#1739) * fix: Adds missing library * adds missing libraries --- samples/web-components-map/web-components-map.json | 4 ++-- samples/web-components-markers/web-components-markers.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/web-components-map/web-components-map.json b/samples/web-components-map/web-components-map.json index cbb1465576..9503de9b89 100644 --- a/samples/web-components-map/web-components-map.json +++ b/samples/web-components-map/web-components-map.json @@ -1,6 +1,6 @@ { "title": "Add a Map using HTML", - "libraries": [], + "libraries": ["maps"], "version": "beta", "tag": "web_components_map", "name": "web-components-map", @@ -10,4 +10,4 @@ "alias": "mode" }, "permalink": "samples/{{ page.fileSlug }}/{{mode}}/{% if mode == 'jsfiddle' %}demo{% else %}index{% endif %}.{{ page.outputFileExtension }}" - } \ No newline at end of file + } diff --git a/samples/web-components-markers/web-components-markers.json b/samples/web-components-markers/web-components-markers.json index c584c3b4a3..299ca14d21 100644 --- a/samples/web-components-markers/web-components-markers.json +++ b/samples/web-components-markers/web-components-markers.json @@ -1,6 +1,6 @@ { "title": "Add a Map with Markers using HTML", - "libraries": ["marker"], + "libraries": ["maps,marker"], "version": "beta", "tag": "web_components_markers", "name": "web-components-markers", @@ -10,4 +10,4 @@ "alias": "mode" }, "permalink": "samples/{{ page.fileSlug }}/{{mode}}/{% if mode == 'jsfiddle' %}demo{% else %}index{% endif %}.{{ page.outputFileExtension }}" - } \ No newline at end of file + }