We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb1922 commit bd61896Copy full SHA for bd61896
frontend/src/pages/team/Members/General.vue
@@ -145,9 +145,10 @@ export default {
145
]
146
},
147
collapsibleRow () {
148
- if (!this.featuresCheck.isRBACApplicationFeatureEnabled && (!this.isAdminUser || !this.hasPermission('application:access-control'))) {
+ if (!this.featuresCheck.isRBACApplicationFeatureEnabled || (!this.isAdminUser && !this.hasPermission('application:access-control'))) {
149
return null
150
}
151
+
152
return {
153
is: markRaw(ApplicationPermissionRow),
154
props: {
0 commit comments