Skip to content

Commit

Permalink
Hiding Collaboration Tree View and current users icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikramuka committed Dec 14, 2023
1 parent 608dbe1 commit 4b2a6c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@
{
"command": "powerPlatform.previewCurrentActiveUsers",
"alt": "current active users",
"group": "navigation"
"group": "navigation",
"when": "never"
}
],
"commandPalette": [
Expand Down Expand Up @@ -940,7 +941,7 @@
{
"id": "powerpages.collaborationView",
"name": "People On The Site",
"when": "isWeb && virtualWorkspace",
"when": "never",
"contextualTitle": "People On The Site",
"visibility": "visible"
}
Expand Down

0 comments on commit 4b2a6c7

Please sign in to comment.