Skip to content

Commit

Permalink
LeftSidebar and routing check snippetService
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Aug 21, 2024
1 parent 42e2d94 commit bf374fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/services/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const updateSidebarVisibility = (wellKnown: any) => ({
...wellKnown.ui.visibility.mainSidebar,
apiTokens: checkVisibility(wellKnown.ui.visibility.mainSidebar.apiTokens, wellKnown.m2mOauthClient),
deviceProvisioning: checkVisibility(wellKnown.ui.visibility.mainSidebar.deviceProvisioning, wellKnown.ui.deviceProvisioningService),
snippetService: checkVisibility(wellKnown.ui.visibility.mainSidebar.snippetService, wellKnown.ui.snippetService),
},
},
})

0 comments on commit bf374fc

Please sign in to comment.