Skip to content

Commit 09a77c2

Browse files
Merge pull request #15115 from rhamilto/OCPBUGS-56707
OCPBUGS-56707: fix bug where Roles list was displaying invalid data f…
2 parents 2511dd3 + 5225e9e commit 09a77c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/public/components/RBAC/role.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ export const RolesPage = ({ namespace, mock, showTitle }) => {
403403
},
404404
]}
405405
title={t('public~Roles')}
406+
mock={mock}
406407
/>
407408
);
408409
};

0 commit comments

Comments
 (0)