Skip to content

Commit

Permalink
Hide integrations nav behind feature flag (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala authored Oct 16, 2023
1 parent 51f9470 commit a200870
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/beta/prod/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"operational workflow",
"google spaces",
"ms teams"
],
"permissions": [
{
"method": "featureFlag",
"args": ["platform.sources.integrations", false]
}
]
},
{
Expand Down
6 changes: 6 additions & 0 deletions static/stable/stage/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"operational workflow",
"google spaces",
"ms teams"
],
"permissions": [
{
"method": "featureFlag",
"args": ["platform.sources.integrations", false]
}
]
},
{
Expand Down

0 comments on commit a200870

Please sign in to comment.