gd-sprest-bs 10.5.2 → 10.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,9 +67,12 @@ var _SPFxWebPart = /** @class */ (function () {
67
67
  groupFields: [{
68
68
  targetProperty: "configuration",
69
69
  type: gd_sprest_1.SPTypes.PropertyPaneType.Button,
70
- onClick: function () {
71
- // Call the click event
72
- _this.editButtonClick();
70
+ properties: {
71
+ text: "Configuration",
72
+ onClick: function () {
73
+ // Call the click event
74
+ _this.editButtonClick();
75
+ }
73
76
  }
74
77
  }]
75
78
  }