There was an error while loading. Please reload this page.
1 parent de8274b commit b910465Copy full SHA for b910465
1 file changed
spfx/src/webparts/siteAdmin/SiteAdminWebPart.ts
@@ -487,12 +487,6 @@ export default class SiteAdminWebPart extends BaseClientSideWebPart<ISiteAdminWe
487
onText: "The option to view a site's admins/owners will be hidden.",
488
offText: "The option to view a site's admins/owners will be visible."
489
}),
490
- PropertyPaneToggle("HideLoadAdminOwnerBtn", {
491
- label: "Hide Load Admin/Owner Button",
492
- checked: this.properties.HideLoadAdminOwnerBtn,
493
- onText: "The option to view a site's admins/owners will be hidden.",
494
- offText: "The option to view a site's admins/owners will be visible."
495
- }),
496
PropertyPaneToggle("HideLoadOneDriveBtn", {
497
label: "Hide Load OneDrive Button",
498
checked: this.properties.HideLoadOneDriveBtn,
0 commit comments