From 180bf22bd188020dbef729aec4a382f18d938eae Mon Sep 17 00:00:00 2001 From: "Kazala Kinga (ID)" <22429087+kkazala@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:23:37 +0100 Subject: [PATCH] appID removed :/ --- .../appInsightsDashboard/AppInsightsDashboardWebPart.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/react-appinsights-dashboard/src/webparts/appInsightsDashboard/AppInsightsDashboardWebPart.ts b/samples/react-appinsights-dashboard/src/webparts/appInsightsDashboard/AppInsightsDashboardWebPart.ts index d17e5c92e..7b870abdd 100644 --- a/samples/react-appinsights-dashboard/src/webparts/appInsightsDashboard/AppInsightsDashboardWebPart.ts +++ b/samples/react-appinsights-dashboard/src/webparts/appInsightsDashboard/AppInsightsDashboardWebPart.ts @@ -22,8 +22,8 @@ export default class AppInsightsDashboardWebPart extends BaseClientSideWebPart = React.createElement( AppInsightsDashboard, { - AppId: this.properties.AppId ?? '89ae2a2e-a9a1-480a-bcb1-f36116637d86', - AppKey: this.properties.AppKey ?? 'sgpmcdfvbjfd34imv6o2exx8s5x2ncjwahn8oewb', + AppId: this.properties.AppId , + AppKey: this.properties.AppKey, DisplayMode: this.displayMode, onConfigure: this._onConfigure, httpClient: this.context.httpClient,