Skip to content

Commit

Permalink
feat: 仓库设置控制台报错,无法读取bkiamv3Check #2806
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Nov 28, 2024
1 parent ac962c0 commit aa71716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
return ['docker', 'generic', 'helm'].includes(this.repoType) && (this.userInfo.admin || this.userInfo.manage)
},
showControlConfigTab () {
return (this.userInfo.admin || this.userInfo.manage) && !this.authMode.bkiamv3Check
return (this.userInfo.admin || this.userInfo.manage) && (this.authMode && !this.authMode.bkiamv3Check)
},
repoAddress () {
const { repoType, name } = this.repoBaseInfo
Expand Down

0 comments on commit aa71716

Please sign in to comment.