appID removed :/

This commit is contained in:
Kazala Kinga (ID) 2023-02-06 19:23:37 +01:00
parent d97e173a69
commit 180bf22bd1
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ export default class AppInsightsDashboardWebPart extends BaseClientSideWebPart<I
const element: React.ReactElement<IAppInsightsDashboardProps> = 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,