Skip to content

Commit

Permalink
Fix Add role wizard failures
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Jun 13, 2023
1 parent e6af043 commit 903154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smart-components/role/add-role/add-role-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const AddRoleWizard = ({ pagination, filters, orderBy }) => {
(acc, { uuid: permission, requires = [] }) => [
...acc,
...[permission, ...requires.filter((require) => !selectedPermissionIds.includes(require))].map((permission) => {
let attributeFilter = {};
let attributeFilter;

if (permission.includes('cost-management')) {
attributeFilter = {
Expand Down

0 comments on commit 903154a

Please sign in to comment.