Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Hide repositories from the Cody App advanced settings (#53789)
Browse files Browse the repository at this point in the history
Closes https://github.com/sourcegraph/sourcegraph/issues/53698

## Test plan
- Check that app doesn't have repositories setting tab in advanced
settings

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
  • Loading branch information
vovakulikov authored and ErikaRS committed Jun 22, 2023
1 parent d015b2b commit 03b4988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/web/src/site-admin/sidebaritems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const repositoriesGroup: SiteAdminSideBarGroup = {
{
label: 'Repositories',
to: '/site-admin/repositories',
condition: ({ isSourcegraphApp }) => !isSourcegraphApp,
},
{
label: 'Packages',
Expand Down

0 comments on commit 03b4988

Please sign in to comment.