Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove usage of scopes for approving schema version #6329

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/web/app/src/components/target/settings/registry-acces…
…s-token.tsx

Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com>
  • Loading branch information
n1ru4l and saihaj authored Jan 9, 2025
commit a246ee30d715c37545b4dd70464a39215efbc156
Original file line number Diff line number Diff line change
@@ -236,7 +236,7 @@ export function GenerateTokenContent(props: {
dataCy="registry-access-scope"
key={props.selectedScope}
scope={RegistryAccessScope}
canManageScope={true}
canManageScope
checkAccess={() => true}
onChange={value => {
if (value === 'no-access') {
Loading