From 8f5bede296bb66865f344cae3b7b05557cf6ca34 Mon Sep 17 00:00:00 2001 From: jpan Date: Thu, 15 Dec 2022 11:42:05 -0600 Subject: [PATCH 1/2] docs(content-sharing): add cors instructions --- src/elements/content-sharing/stories/ContentSharing.stories.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/elements/content-sharing/stories/ContentSharing.stories.js b/src/elements/content-sharing/stories/ContentSharing.stories.js index 4164d3c8b0..57312b48ee 100644 --- a/src/elements/content-sharing/stories/ContentSharing.stories.js +++ b/src/elements/content-sharing/stories/ContentSharing.stories.js @@ -16,7 +16,8 @@ export const withModal = () => { <>

Update the values in the Knobs section below to view the ContentSharing UI Element. The internal - SharingModal will appear when valid values have been entered. + SharingModal will appear when valid values have been entered. Make sure to add the current origin to to + to your app's list of CORS domains in the developer console.

Date: Thu, 15 Dec 2022 13:05:03 -0600 Subject: [PATCH 2/2] Update src/elements/content-sharing/stories/ContentSharing.stories.js Co-authored-by: Trevor <7311041+tjuanitas@users.noreply.github.com> --- .../content-sharing/stories/ContentSharing.stories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/elements/content-sharing/stories/ContentSharing.stories.js b/src/elements/content-sharing/stories/ContentSharing.stories.js index 57312b48ee..f061a7d627 100644 --- a/src/elements/content-sharing/stories/ContentSharing.stories.js +++ b/src/elements/content-sharing/stories/ContentSharing.stories.js @@ -16,8 +16,8 @@ export const withModal = () => { <>

Update the values in the Knobs section below to view the ContentSharing UI Element. The internal - SharingModal will appear when valid values have been entered. Make sure to add the current origin to to - to your app's list of CORS domains in the developer console. + SharingModal will appear when valid values have been entered. Make sure to add the current origin to + your app's list of CORS domains in the developer console.