i Adding the Title from the Property Pane into the WebPart
This commit is contained in:
parent
4ea97e510d
commit
f3ce92356e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue