i Adding the Title from the Property Pane into the WebPart

This commit is contained in:
mrkhandev 2021-08-06 23:22:20 -05:00
parent 4ea97e510d
commit f3ce92356e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export default class TelephonedirectoryWebPart extends BaseClientSideWebPart<ITe
context:this.context, context:this.context,
MsGraphClient:this.MSGraphClient, MsGraphClient:this.MSGraphClient,
DisplayMode:this.displayMode, DisplayMode:this.displayMode,
WebpartTitle:strings.WebpartTitle, WebpartTitle:this.properties.Title,
updateProperty: (value: string) => { updateProperty: (value: string) => {
this.properties.Title = value; this.properties.Title = value;
} }