Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Jan 7, 2025
1 parent 44bb0bd commit ce1762e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/identity/administration/users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ const Page = () => {
api: {
url: "/api/ListSites",
data: { type: "SharePointSiteUsage", URLOnly: true },
labelField: "URL",
valueField: "URL",
labelField: "webUrl",
valueField: "webUrl",
queryKey: `sharepointSites-${tenant}`,
},
},
Expand Down

0 comments on commit ce1762e

Please sign in to comment.