Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1451 from fhlavac/master
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac authored Jun 13, 2023
2 parents e6af043 + 903154a commit 5684f96
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 5684f96

Please sign in to comment.