Skip to content

Commit 0bf544e

Browse files
committed
fix: Use SharePoint webUrl field
Update the Teams Share SharePoint page mapping to use `webUrl` instead of `URL` when removing a member. This aligns the field name with the available SharePoint data returned by the page.
1 parent f66e74a commit 0bf544e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/pages/teams-share/sharepoint

src/pages/teams-share/sharepoint/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const Page = () => {
188188
data: {
189189
groupId: 'ownerPrincipalName',
190190
add: false,
191-
URL: 'URL',
191+
URL: 'webUrl',
192192
SharePointType: 'rootWebTemplate',
193193
},
194194
confirmText: 'Select the User to remove as a member.',

0 commit comments

Comments
 (0)