Skip to content

Commit

Permalink
fix(hub-teams): hub Basic core teams should default to membershipAcce…
Browse files Browse the repository at this point in the history
…ss of collaboration

affects: @esri/hub-teams

Hub Basic Core Teams should default to membershipAccess: collaboration
[474](https://devtopia.esri.com/dc/hub/issues/474)
  • Loading branch information
benstoltz committed Apr 14, 2021
1 parent c169863 commit 84e68f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/teams/src/well-known-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const WELLKNOWNTEAMS: IGroupTemplate[] = [
sortField: "modified",
sortOrder: "desc",
capabilities: "updateitemcontrol",
membershipAccess: "collaboration",
membershipAccess: "collaborations",
_edit_privacy: "on",
_edit_contributors: "on",
tags: [
Expand Down

0 comments on commit 84e68f7

Please sign in to comment.