mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-09 06:38:52 +00:00
appID removed :/
This commit is contained in:
parent
d97e173a69
commit
180bf22bd1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user