Skip to content

Commit b910465

Browse files
committed
Removed duplicate SPFx property.
1 parent de8274b commit b910465

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

spfx/src/webparts/siteAdmin/SiteAdminWebPart.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -487,12 +487,6 @@ export default class SiteAdminWebPart extends BaseClientSideWebPart<ISiteAdminWe
487487
onText: "The option to view a site's admins/owners will be hidden.",
488488
offText: "The option to view a site's admins/owners will be visible."
489489
}),
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-
}),
496490
PropertyPaneToggle("HideLoadOneDriveBtn", {
497491
label: "Hide Load OneDrive Button",
498492
checked: this.properties.HideLoadOneDriveBtn,

0 commit comments

Comments
 (0)