Fixed group membership manager

This commit is contained in:
Hugo Bernier 2022-12-31 17:24:45 -05:00
parent c58647efab
commit e45aa21cea
1 changed files with 7 additions and 1 deletions

View File

@ -28,7 +28,13 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-group-membership-manager/assets/YOUR-IMAGE-NAME-HERE",
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-group-membership-manager/assets/group-membership-manager.gif",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-group-membership-manager/assets/screenshot.png",
"alt": "Web Part Preview"
}
],