We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039f8f3 commit d89c3adCopy full SHA for d89c3ad
src/components/userGroups/AppPermissions.tsx
@@ -468,7 +468,7 @@ export default function AppPermissions({
468
}),
469
]
470
} else {
471
- tempPermissions[index][name] = [{ label: 'Select all', value: '*' }]
+ tempPermissions[index]['entityName'] = [{ label: 'Select all', value: '*' }]
472
}
473
tempPermissions[index]['entityNameError'] = null
474
0 commit comments